From ea4a49764d6d639a651d1223114e11a542b9079f Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Tue, 22 May 2012 00:02:19 +0400 Subject: [PATCH] fix bin/kotlin classpath again --- bin/kotlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kotlin b/bin/kotlin index 933ac6ed261..d6e08fa1d27 100755 --- a/bin/kotlin +++ b/bin/kotlin @@ -19,7 +19,7 @@ test -n "$ideaRoot" || die "Idea root not found" classpath="$root/out/production/cli" classpath="$classpath:$root/out/production/backend:$root/out/production/frontend:$root/out/production/frontend.java:$root/out/production/jet.as.java.psi:$root/out/production/util" -classpath="$classpath:$root/out/production/stdlib" +classpath="$classpath:$root/out/production/stdlib:$root/out/production/runtime" classpath="$classpath:$root/lib/*:$ideaRoot/lib/*:$ideaRoot/lib/rt/*" exec java $JAVA_OPTS \