about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-18 06:54:53 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-18 07:04:36 -0700
commit8c47da082b63b6aa6aafd45e1f8f7edd4459e555 (patch)
treeb2f8602299dcdd86c1db9a2c241198bde50e31d1
parent0f2d0d6abe693c6a888480db88e07302b04f2634 (diff)
downloadmu-8c47da082b63b6aa6aafd45e1f8f7edd4459e555.tar.gz
fix emulated build
Embarrassingly broken since May 15 (commit ff8ec9bcff).

Thanks Jack Rusher for reporting this.

(fixes #48)
-rwxr-xr-xtranslate_subx_emulated4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate_subx_emulated b/translate_subx_emulated
index 68490ef2..e6955032 100755
--- a/translate_subx_emulated
+++ b/translate_subx_emulated
@@ -30,8 +30,8 @@ cat a.tests       |linux/bootstrap/bootstrap run linux/dquotes
 
 cat a.dquotes     |linux/bootstrap/bootstrap run linux/pack                           > a.pack
 
-cat a.pack        |linux/bootstrap/bootstrap linux/survey_baremetal   > labels
-cat a.pack        |linux/bootstrap/bootstrap linux/labels_baremetal     labels        > a.survey
+cat a.pack        |linux/bootstrap/bootstrap run linux/survey_baremetal   > labels
+cat a.pack        |linux/bootstrap/bootstrap run linux/labels_baremetal     labels    > a.survey
 
 cat a.survey      |linux/bootstrap/bootstrap run linux/hex                            > a.bin