Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])

This commit is contained in:
practicalswift 2017-10-04 21:23:31 +02:00
parent 1e44ae0e19
commit 564a172dfd

View file

@ -188,7 +188,7 @@ then
fi
# Get signer
if [[ -n"$1" ]]
if [[ -n "$1" ]]
then
SIGNER=$1
shift