mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
Add quotes to variable assignment (as requested by @TheBlueMatt)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user