Allow to specify java launcher options for bin/kotlin

This commit is contained in:
Stepan Koltsov
2012-01-23 03:37:04 +04:00
parent 1030fcf016
commit 19b206378d
+1 -1
View File
@@ -22,7 +22,7 @@ classpath="$classpath:$root/out/production/backend:$root/out/production/frontend
classpath="$classpath:$root/out/production/stdlib"
classpath="$classpath:$root/lib/*:$ideaRoot/lib/*:$ideaRoot/lib/rt/*"
exec java \
exec java $JAVA_OPTS \
-classpath "$classpath" \
org.jetbrains.jet.cli.KotlinCompiler \
"$@"