mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
build(lintsh): double quote to prevent word splitting (#21571)
This commit is contained in:
@@ -30,7 +30,7 @@ done
|
|||||||
|
|
||||||
for filename in $emoji_files ; do
|
for filename in $emoji_files ; do
|
||||||
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/UNIDATA/emoji/$filename"
|
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/UNIDATA/emoji/$filename"
|
||||||
git -C "$UNIDIR" add $filename
|
git -C "$UNIDIR" add "$filename"
|
||||||
done
|
done
|
||||||
|
|
||||||
git -C "$UNIDIR" commit -m "feat: update unicode tables" .
|
git -C "$UNIDIR" commit -m "feat: update unicode tables" .
|
||||||
|
Reference in New Issue
Block a user