Skip to content

Commit 806ea74

Browse files
committed
Merge pull request #1134 from felixmulder/topic/fix-dotc
Fix `bin/dotc` checkjar of wrong project
2 parents 88e9794 + c652c2e commit 806ea74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dotc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function checkjar {
7575
fi
7676
}
7777

78-
checkjar $INTERFACES_JAR interfaces/package interfaces
78+
checkjar $INTERFACES_JAR dotty-interfaces/package interfaces
7979
checkjar $MAIN_JAR package src
8080
checkjar $TEST_JAR test:package test
8181

0 commit comments

Comments
 (0)