Skip to content

Commit 13a81b1

Browse files
Add quotes to variable assignment (as requested by @TheBlueMatt)
1 parent 683b9d2 commit 13a81b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/verify-commits/verify-commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
NO_SHA1=1
3535
PREV_COMMIT=""
36-
INITIAL_COMMIT=${CURRENT_COMMIT}
36+
INITIAL_COMMIT="${CURRENT_COMMIT}"
3737

3838
while true; do
3939
if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then

0 commit comments

Comments
 (0)