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
fi fi
# Get signer # Get signer
if [[ -n"$1" ]] if [[ -n "$1" ]]
then then
SIGNER=$1 SIGNER=$1
shift shift

Loading…
Cancel
Save