diff --git a/admin/mac/build-release-osx.sh b/admin/mac/build-release-osx.sh index d9b00aa63..8446990d7 100755 --- a/admin/mac/build-release-osx.sh +++ b/admin/mac/build-release-osx.sh @@ -18,7 +18,7 @@ function die { } ################################################################################ -if [ -z $1 ] +if [ -z $2 ] then echo This script expects the version number and cert-signer as parameters, e.g. "1.0.0 John Doe" exit 1