Fix another typo in osxbuild.sh.

git-svn-id: https://svn.eduke32.com/eduke32@2460 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-03-12 04:57:06 +00:00
parent 13fe0618bc
commit 3fc35099c3

View file

@ -20,7 +20,7 @@ darwinversion=`uname -r | cut -d . -f 1`
if [ `expr $darwinversion \< 9` == 1 ]; then
build64=0
echo OS X 10.4 is the minimum requirement for building.
echo OS X 10.5 is the minimum requirement for building.
exit 1
fi
if [ `expr $darwinversion \> 10` == 1 ]; then