From 3fc35099c3474168e12648fdc5e05e4653c56cd6 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 12 Mar 2012 04:57:06 +0000 Subject: [PATCH] Fix another typo in osxbuild.sh. git-svn-id: https://svn.eduke32.com/eduke32@2460 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/osxbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/osxbuild.sh b/polymer/eduke32/osxbuild.sh index 499aa587d..d86aeabfe 100755 --- a/polymer/eduke32/osxbuild.sh +++ b/polymer/eduke32/osxbuild.sh @@ -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