Skip to content

Commit 8ae3a1d

Browse files
Merge pull request #6660 from dotty-staging/fix-dotc
Remove duplicate path in dotc
2 parents 47c126a + 3f6ef60 commit 8ae3a1d

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)