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:
@@ -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
|
||||
|
Reference in New Issue
Block a user