From 0163f12f3046263bac5543fffa0e85b7166944e1 Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Wed, 28 Nov 2012 13:49:06 +0000 Subject: [PATCH 1/1] Corrected the module name in the GPL preamble and the error message when Xcode is not found --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 7fb015f..028c44d 100755 --- a/build.sh +++ b/build.sh @@ -28,7 +28,8 @@ # USA # # Modification : If you modify this file please consider whether your -# changes ought to be passed back to the macsetup module. +# changes ought to be passed back to the OSXPackageBuilder +# module. # # @@ -48,7 +49,7 @@ fi # must have Xcode # if [ -z ${XCODE_PATH} ]; then - echo "Error: this release of Mac OS X not supported." + echo "Error: Xcode is not found." exit 1 fi -- 2.39.2