about summary refs log tree commit diff stats
path: root/translate
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-14 21:41:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-14 21:41:47 -0700
commit98feca922e46c82d1efdb44b99021b771bdac44d (patch)
tree9b59a558e787693b5db14fd44ea8b7d240246b5c /translate
parentda438fa9f5e4297f37833daa4f1d76ddd6d10a42 (diff)
downloadmu-98feca922e46c82d1efdb44b99021b771bdac44d.tar.gz
rename boot.hex to boot.subx
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate
index 25a1b7f9..7cc1be12 100755
--- a/translate
+++ b/translate
@@ -5,4 +5,4 @@ set -e
 
 cat $* [0-9]*.mu    |linux/mu    > a.subx
 
-./translate_subx boot.hex mu-init.subx [0-9]*.subx a.subx
+./translate_subx boot.subx mu-init.subx [0-9]*.subx a.subx