From 1b1d60d016129423ac40e773a6bd8d8a752fee6a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 19 Dec 2014 09:31:06 +0100 Subject: [PATCH] Check for second arg being available in OSX build script. --- admin/mac/build-release-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/mac/build-release-osx.sh b/admin/mac/build-release-osx.sh index 940f30a20..7b6a93634 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