Merge pull request #654 from diddledani/master

Update docker-entrypoint.sh
This commit is contained in:
Ryan L McIntyre 2021-11-17 20:37:43 -08:00 committed by GitHub
commit 927148fd54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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