aboutsummaryrefslogtreecommitdiff
path: root/bin/dotr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dotr')
-rwxr-xr-xbin/dotr2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dotr b/bin/dotr
index a3870ac7a..b11712fe9 100755
--- a/bin/dotr
+++ b/bin/dotr
@@ -12,7 +12,7 @@ DOTTY_ROOT="$( cd "$DOTTY_ROOT" >& /dev/null && pwd )/.." # absolute
source $DOTTY_ROOT/bin/common
# CLASS_PATH is derived from the DOTTY_ROOT and SCALA_LIBRARY_JAR
-CLASS_PATH="-Xbootclasspath/a:.:$DOTTY_ROOT/target/scala-2.11/classes/:.:$SCALA_LIBRARY_JAR"
+CLASS_PATH="-Xbootclasspath/a:.:$DOTTY_ROOT/target/scala-$SCALA_BINARY_VERSION/classes/:.:$SCALA_LIBRARY_JAR"
function runMain {
local jbin=$(which "java")