mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
This commit is contained in:
parent
1e44ae0e19
commit
564a172dfd
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get signer
|
# Get signer
|
||||||
if [[ -n"$1" ]]
|
if [[ -n "$1" ]]
|
||||||
then
|
then
|
||||||
SIGNER=$1
|
SIGNER=$1
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Add table
Reference in a new issue