build(lintsh): double quote to prevent word splitting (#21571)

This commit is contained in:
dundargoc 2022-12-28 22:50:24 +01:00 committed by GitHub
parent 86a75c79e1
commit 7067cde657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ done
for filename in $emoji_files ; do
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/UNIDATA/emoji/$filename"
git -C "$UNIDIR" add $filename
git -C "$UNIDIR" add "$filename"
done
git -C "$UNIDIR" commit -m "feat: update unicode tables" .