mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +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
|
then
|
||||||
echo This script expects the version number and cert-signer as parameters, e.g. "1.0.0 John Doe"
|
echo This script expects the version number and cert-signer as parameters, e.g. "1.0.0 John Doe"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user