mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Fixed bash comparison.
This commit is contained in:
@@ -18,7 +18,7 @@ function die {
|
||||
}
|
||||
################################################################################
|
||||
|
||||
if [ -z $2 ]
|
||||
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