Platform: changes in idea.sh temporaroly reverted due to quotation problem

This commit is contained in:
Anton Makeev
2011-06-29 18:03:48 +02:00
parent 2f34ff976e
commit 9f5becabed
-1
View File
@@ -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=""