From fe2e87fc7a736bb8961040c8e95cfc199513c2b4 Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Tue, 7 Feb 2017 14:59:22 +0100 Subject: Fix dotr/dotc scripts --- bin/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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=//') -- cgit v1.2.3