diff options
Diffstat (limited to 'font_api/tools/make_font_textures.sh')
-rwxr-xr-x | font_api/tools/make_font_textures.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font_api/tools/make_font_textures.sh b/font_api/tools/make_font_textures.sh index 6f4959d..4a3191c 100755 --- a/font_api/tools/make_font_textures.sh +++ b/font_api/tools/make_font_textures.sh @@ -67,7 +67,7 @@ generate() { mkdir textures # Reads all available code points in the font. -codepoints=$(ttx -o - $fontfile | grep "<map code=" | cut -d \" -f 2) +codepoints=$(ttx -o - "$fontfile" | grep "<map code=" | cut -d \" -f 2) # Mandatory chars generate 0020 007f |