Skip to content

Commit a41aaeb

Browse files
committed
minor fixes
1 parent 0b296bf commit a41aaeb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fonts/generate_text_font.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This script generates XML file with bounding boxes for the plain font
44
# One input argument (font name) is expected when running this script
55

6-
scriptdir=$(dirname "$0")
76
fontfile="${1%.*}"
87

98
if [ -z "$1" ]

fonts/generate_woff.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ woffFont=${font%.sfd}.woff
1414
w=$(base64 $woffFont)
1515

1616
cat woff-1.txt > woff.xml
17-
echo $w >> woff.xml
17+
echo "$w" >> woff.xml
1818
cat woff-2.txt >> woff.xml
1919

2020
# move woff to data folder

0 commit comments

Comments
 (0)