Skip to content

Commit 564a172

Browse files
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
1 parent 1e44ae0 commit 564a172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitian-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ then
188188
fi
189189

190190
# Get signer
191-
if [[ -n"$1" ]]
191+
if [[ -n "$1" ]]
192192
then
193193
SIGNER=$1
194194
shift

0 commit comments

Comments
 (0)