Skip to content

Commit 3f6ef60

Browse files
committed
Remove duplicate path in dotc (thanks @michelou)
1 parent fe02bf4 commit 3f6ef60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/bin/dotc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ classpathArgs () {
6060
toolchain+="$SCALA_ASM$PSEP"
6161
toolchain+="$SBT_INTF$PSEP"
6262
toolchain+="$DOTTY_INTF$PSEP"
63-
toolchain+="$DOTTY_LIB$PSEP"
6463
toolchain+="$DOTTY_COMP$PSEP"
6564

6665
# jine

0 commit comments

Comments
 (0)