mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-01 16:55:57 +02:00
Update docker-entrypoint.sh
* Add quotes around the variable containing the detected file name in `/in` to allow for spaces in the file names.
This commit is contained in:
parent
bc4416e176
commit
e85d9330d5
@ -16,4 +16,4 @@ for i; do
|
||||
fi
|
||||
done
|
||||
|
||||
for f in /in/*.otf /in/*.ttf /in/*.woff /in/*.eot; do [ -f $f ] && fontforge -script /nerd/font-patcher -out /out $args $f; done
|
||||
for f in /in/*.otf /in/*.ttf /in/*.woff /in/*.eot; do [ -f "$f" ] && fontforge -script /nerd/font-patcher -out /out $args "$f"; done
|
||||
|
Loading…
Reference in New Issue
Block a user