mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
build(lintsh): double quote to prevent word splitting (#21571)
This commit is contained in:
parent
86a75c79e1
commit
7067cde657
@ -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" .
|
||||
|
Loading…
Reference in New Issue
Block a user