aboutsummaryrefslogtreecommitdiff
path: root/src/resources/conv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/conv.sh')
-rwxr-xr-xsrc/resources/conv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/conv.sh b/src/resources/conv.sh
index ff922dd..d323021 100755
--- a/src/resources/conv.sh
+++ b/src/resources/conv.sh
@@ -11,8 +11,8 @@ mkdir font
cd font || exit
wget $font_url -O temp.bdf
bdf2c -C font.h
-bdf2c -b < temp.bdf > temp.c
-gcc -E -CC temp.c > final.h
+bdf2c -b <temp.bdf >temp.c
+gcc -E -CC temp.c >final.h
sed -i -e 1,74d final.h
sed -i -e :a -e '$d;N;2,1533ba' -e 'P;D' final.h