summaryrefslogtreecommitdiff
path: root/scripts/runfontdump.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runfontdump.sh')
-rw-r--r--scripts/runfontdump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runfontdump.sh b/scripts/runfontdump.sh
index ab18220b..1fcc9b04 100644
--- a/scripts/runfontdump.sh
+++ b/scripts/runfontdump.sh
@@ -22,7 +22,7 @@ done
for FILE in $FONTS
do
- NAME=$(echo _binary_$FILE | tr '/.-' '___')
+ NAME=$(echo _binary_$(basename $FILE) | tr '/.-' '___')
OBJ=$(echo generated/$FILE.obj)
OBJ64=$(echo generated/$FILE.x64.obj)
DIR=$(dirname $OBJ)