build-support: fix macosx check for XCode warning.

db4
John Benediktsson 2013-03-24 17:06:29 -07:00
parent c60d4a0066
commit 3395cdd063
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ensure_program_installed() {
$ECHO -n "any of [ $* ]"
fi
$ECHO " and try again."
if [[ $OS -eq macosx ]] ; then
if [[ $OS == macosx ]] ; then
$ECHO "If you have Xcode 4.3 or higher installed, you must install the"
$ECHO "Command Line Tools from Xcode Preferences > Downloads in order"
$ECHO "to build Factor."