Skip to content

Commit 9714a31

Browse files
committed
fix separation in dotr
1 parent 330e41b commit 9714a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/dotr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929

3030
source "$PROG_HOME/bin/common"
3131

32-
CLASS_PATH="-classpath .:$DOTTY_LIB:$SCALA_LIB"
32+
CLASS_PATH="-classpath .$PSEP$DOTTY_LIB$PSEP$SCALA_LIB"
3333

3434
first_arg="$1"
3535

0 commit comments

Comments
 (0)