another weird spacing fixed

This commit is contained in:
Roman Chernyatchik
2011-05-24 19:08:26 +04:00
parent ffe3cf6330
commit 2920bc2338
+1 -1
View File
@@ -100,7 +100,7 @@ if [ -z "$IDEA_VM_OPTIONS" ]; then
IDEA_VM_OPTIONS="$IDEA_HOME/bin/idea.vmoptions"
fi
[ -e $IDEA_HOME/Contents/Info.plist ] && BUNDLE_TYPE="MAC" || BUNDLE_TYPE="NOT_MAC"
[ -e "$IDEA_HOME/Contents/Info.plist" ] && BUNDLE_TYPE="MAC" || BUNDLE_TYPE="NOT_MAC"
# If vmoptions file exists - use it
if [ -e "$IDEA_VM_OPTIONS" ]; then