Corrected the module name in the GPL preamble and the error message when Xcode is...
authorIan Silvester <iansilvester@fastmail.fm>
Wed, 28 Nov 2012 13:49:06 +0000 (13:49 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Wed, 28 Nov 2012 13:49:06 +0000 (13:49 +0000)
build.sh

index 7fb015f..028c44d 100755 (executable)
--- 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