about summary refs log tree commit diff stats
path: root/translate
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-31 22:19:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-31 22:43:08 -0700
commit281f38a7c279087e586890730553612d0378847f (patch)
tree584c0583b1bb9d86496ab0fb6aa340ca0f15d899 /translate
parentb6ba4c30cc73d9d3217e19553b4b4c25bf469758 (diff)
downloadmu-281f38a7c279087e586890730553612d0378847f.tar.gz
.
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate
index de8a51ad..a8831504 100755
--- a/translate
+++ b/translate
@@ -74,7 +74,7 @@ dd if=labels of=code.img seek=$DEBUG conv=notrunc status=none  # keep this sync'
 ## Font data at another well-defined location
 cat font.subx   |sed 's,/[^ ]*,,'    |linux/hex    > a.font
 
-if [ `stat --printf="%s" a.bin` -ge $(( ($DEBUG - $FONT) * 512 )) ]
+if [ `stat --printf="%s" a.font` -ge $(( ($DEBUG - $FONT) * 512 )) ]
 then
   echo "font will overwrite debug info in disk"
   exit 1