1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Check for second arg being available in OSX build script.

This commit is contained in:
Christian Muehlhaeuser
2014-12-19 09:31:06 +01:00
parent 33d5101bf5
commit 1166f56623

View File

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