From b05c8ac3fdbe6c7fbc296fce15b7ac07796995e2 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Tue, 17 Jan 2012 19:30:43 +0400 Subject: [PATCH] fix kotlin command-line launcher: add classpath entry --- bin/kotlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kotlin b/bin/kotlin index dac7f9ffec1..a8b911ec7be 100755 --- a/bin/kotlin +++ b/bin/kotlin @@ -18,7 +18,7 @@ done 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" +classpath="$classpath:$root/out/production/backend:$root/out/production/frontend:$root/out/production/frontend.java:$root/out/production/jet.as.java.psi" classpath="$classpath:$root/out/production/stdlib" classpath="$classpath:$root/lib/*:$ideaRoot/lib/*:$ideaRoot/lib/rt/*"