Merge pull request #23 from steeve/patch-1

First Xcode detection when it's already installed
This commit is contained in:
Thomas Pöchtrager 2014-11-04 22:47:00 +01:00
commit 2407f06840

View File

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