From 13a81b19df7acff51187655bb755f1371f9c83ca Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 18 Oct 2017 07:34:25 +0200 Subject: [PATCH] Add quotes to variable assignment (as requested by @TheBlueMatt) --- contrib/verify-commits/verify-commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/verify-commits/verify-commits.sh b/contrib/verify-commits/verify-commits.sh index 9ba01791a..78320a4ce 100755 --- a/contrib/verify-commits/verify-commits.sh +++ b/contrib/verify-commits/verify-commits.sh @@ -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