diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-06-18 06:54:53 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-06-18 07:04:36 -0700 |
commit | 8c47da082b63b6aa6aafd45e1f8f7edd4459e555 (patch) | |
tree | b2f8602299dcdd86c1db9a2c241198bde50e31d1 /translate_subx_emulated | |
parent | 0f2d0d6abe693c6a888480db88e07302b04f2634 (diff) | |
download | mu-8c47da082b63b6aa6aafd45e1f8f7edd4459e555.tar.gz |
fix emulated build
Embarrassingly broken since May 15 (commit ff8ec9bcff). Thanks Jack Rusher for reporting this. (fixes #48)
Diffstat (limited to 'translate_subx_emulated')
-rwxr-xr-x | translate_subx_emulated | 4 |
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 |