mirror of
https://github.com/neovim/neovim
synced 2025-07-15 08:41:47 +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
|
||||
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" .
|
||||
|
Reference in New Issue
Block a user