aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-11-16 17:38:56 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:08 +0100
commit19c4c24f884b8e7245ffdd26fbb573761703496a (patch)
tree0d34cd8c5418b941a60ee8018515ffd32cc684dc /bin
parent49f2ffd37ab79d4d3b2214534b03dc05eb641da3 (diff)
downloaddotty-19c4c24f884b8e7245ffdd26fbb573761703496a.tar.gz
dotty-19c4c24f884b8e7245ffdd26fbb573761703496a.tar.bz2
dotty-19c4c24f884b8e7245ffdd26fbb573761703496a.zip
bin/common: jar is dotty-compiler, not dotty
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common b/bin/common
index 21c957f7a..3b7f226cb 100755
--- a/bin/common
+++ b/bin/common
@@ -132,7 +132,7 @@ function check_jar {
}
check_jar "dotty-interfaces" $INTERFACES_JAR "interfaces/src" 'INTERFACES_JAR=$(build_jar dotty-interfaces/package interfaces/target)'
-check_jar "dotty" $MAIN_JAR "compiler/src" 'MAIN_JAR=$(build_jar dotty-compiler/package compiler/target/scala-$SCALA_BINARY_VERSION)'
+check_jar "dotty-compiler" $MAIN_JAR "compiler/src" 'MAIN_JAR=$(build_jar dotty-compiler/package compiler/target/scala-$SCALA_BINARY_VERSION)'
check_jar "dotty-library" $DOTTY_LIB_JAR "library/src" 'DOTTY_LIB_JAR=$(build_jar dotty-library/package library/target/scala-$SCALA_BINARY_VERSION)'
check_jar "dotty-tests" $TEST_JAR "compiler/test" 'TEST_JAR=$(build_jar dotty-compiler/test:package compiler/target/scala-$SCALA_BINARY_VERSION /dotty.*-tests\.jar/p)'