1
0
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:
Christian Muehlhaeuser
2014-12-19 09:59:16 +01:00
parent 1166f56623
commit 5bc2c8b7d2

View File

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