First Xcode detection when it's already installed

`XCODEDIR` isn't properly detected when using installed Xcode
This commit is contained in:
Steeve Morin 2014-11-04 02:48:53 +01:00
parent 06c8060aae
commit bc0a42a045

View File

@ -26,7 +26,7 @@ else
fi fi
fi fi
if [ ! -d "$XCODEDIR" ]; then if [ ! -d $XCODEDIR ]; then
echo "cannot find Xcode (XCODEDIR=$XCODEDIR)" echo "cannot find Xcode (XCODEDIR=$XCODEDIR)"
exit 1 exit 1
fi fi