Add quotes to variable assignment (as requested by @TheBlueMatt)
This commit is contained in:
parent
683b9d280b
commit
13a81b19df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue