tweak build script.

This commit is contained in:
Spencer Ahrens 2015-03-26 09:16:55 -07:00
parent 1976edc9d8
commit 048d330161
1 changed files with 1 additions and 1 deletions

View File

@ -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