about summary refs log tree commit diff stats
path: root/translate_emulated
diff options
context:
space:
mode:
Diffstat (limited to 'translate_emulated')
-rwxr-xr-xtranslate_emulated2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_emulated b/translate_emulated
index c7631786..da1b44e6 100755
--- a/translate_emulated
+++ b/translate_emulated
@@ -78,7 +78,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