From 2920bc2338eac60aa76d0850fee9066ade181cf6 Mon Sep 17 00:00:00 2001 From: Roman Chernyatchik Date: Tue, 17 May 2011 09:11:26 -0400 Subject: [PATCH] another weird spacing fixed --- bin/nix/idea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nix/idea.sh b/bin/nix/idea.sh index dab17aec3948..0001fbb3de62 100755 --- a/bin/nix/idea.sh +++ b/bin/nix/idea.sh @@ -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