From 048d330161499961f61289c2fc8bb7b05f96a5fc Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Thu, 26 Mar 2015 09:16:55 -0700 Subject: [PATCH] tweak build script. --- runXcodeTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runXcodeTests.sh b/runXcodeTests.sh index 530044a24..ab7ce69c1 100755 --- a/runXcodeTests.sh +++ b/runXcodeTests.sh @@ -6,7 +6,7 @@ set -e if [ -z "$1" ] then - echo "You must supply an OS version as the first arg, e.g. 8.1 or 8.2" + echo "You must supply an OS version as the first arg, e.g. 8.1" exit 255 fi