0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

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