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

pull/10773/head
practicalswift 7 years ago
parent 683b9d280b
commit 13a81b19df

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