From d9c128e9bd75284f89f498de304148ad76bfd5fd Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 9 Nov 2010 18:03:18 +0300 Subject: [PATCH] IDEA-60591 (use correct yjpagent on 64-bit Linux in IDEA) --- bin/nix/idea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/nix/idea.sh diff --git a/bin/nix/idea.sh b/bin/nix/idea.sh old mode 100644 new mode 100755 index 941b392455aa..6b19f0819c4e --- a/bin/nix/idea.sh +++ b/bin/nix/idea.sh @@ -84,7 +84,7 @@ fi REQUIRED_JVM_ARGS="-Xbootclasspath/a:../lib/boot.jar $IDEA_PROPERTIES_PROPERTY $REQUIRED_JVM_ARGS" JVM_ARGS=`tr '\n' ' ' < "$IDEA_VM_OPTIONS"` -JVM_ARGS="$JVM_ARGS $REQUIRED_JVM_ARGS" +JVM_ARGS=`eval echo $JVM_ARGS $REQUIRED_JVM_ARGS` CLASSPATH=../lib/bootstrap.jar CLASSPATH=$CLASSPATH:../lib/util.jar