aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOlivier Blanvillain <olivier.blanvillain@gmail.com>2017-02-07 14:59:22 +0100
committerOlivier Blanvillain <olivier.blanvillain@gmail.com>2017-02-07 15:15:59 +0100
commitfe2e87fc7a736bb8961040c8e95cfc199513c2b4 (patch)
treea248805e387f2be3f2b4887d280b49427c85105f /bin
parentda7d7231b7f21fe1085abc569eb783590074a359 (diff)
downloaddotty-fe2e87fc7a736bb8961040c8e95cfc199513c2b4.tar.gz
dotty-fe2e87fc7a736bb8961040c8e95cfc199513c2b4.tar.bz2
dotty-fe2e87fc7a736bb8961040c8e95cfc199513c2b4.zip
Fix dotr/dotc scripts
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common b/bin/common
index 1cb79fc14..b5fd27232 100755
--- a/bin/common
+++ b/bin/common
@@ -8,7 +8,7 @@ function getLastStringOnLineWith {
}
# Configuration
-SCALA_VERSION=$(getLastStringOnLineWith "scalaVersion in")
+SCALA_VERSION=$(getLastStringOnLineWith "val scalacVersion")
SCALA_BINARY_VERSION=2.11
SCALA_COMPILER_VERSION=$(getLastStringOnLineWith "scala-compiler")
SBT_VERSION=$(grep "sbt.version=" "$DOTTY_ROOT/project/build.properties" | sed 's/sbt.version=//')