Browse Source

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

0.16
practicalswift 7 years ago
parent
commit
564a172dfd
  1. 2
      contrib/gitian-build.sh

2
contrib/gitian-build.sh

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

Loading…
Cancel
Save