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

This commit is contained in:
practicalswift 2017-10-18 07:34:25 +02:00
parent 683b9d280b
commit 13a81b19df
1 changed files with 1 additions and 1 deletions

View File

@ -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