Browse Source

Add quotes to variable assignment (as requested by @TheBlueMatt)

0.16
practicalswift 7 years ago
parent
commit
13a81b19df
  1. 2
      contrib/verify-commits/verify-commits.sh

2
contrib/verify-commits/verify-commits.sh

@ -33,7 +33,7 @@ fi @@ -33,7 +33,7 @@ fi
NO_SHA1=1
PREV_COMMIT=""
INITIAL_COMMIT=${CURRENT_COMMIT}
INITIAL_COMMIT="${CURRENT_COMMIT}"
while true; do
if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then

Loading…
Cancel
Save