From 9f5becabed87b55151ea09f63db3f09f03fc7863 Mon Sep 17 00:00:00 2001 From: Anton Makeev Date: Wed, 29 Jun 2011 18:02:14 +0200 Subject: [PATCH] Platform: changes in idea.sh temporaroly reverted due to quotation problem --- bin/nix/idea.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/nix/idea.sh b/bin/nix/idea.sh index ab1e0de2365d..0001fbb3de62 100755 --- a/bin/nix/idea.sh +++ b/bin/nix/idea.sh @@ -105,7 +105,6 @@ fi # If vmoptions file exists - use it if [ -e "$IDEA_VM_OPTIONS" ]; then JVM_ARGS=`tr '\n' ' ' < "$IDEA_VM_OPTIONS"` - JVM_ARGS="$JVM_ARGS \"-Didea.vmOptionsFile=$IDEA_VM_OPTIONS\"" # don't extract vm options from Info.plist in mac bundle INFO_PLIST_PARSER_OPTIONS=""