diff options
Diffstat (limited to 'translate_subx_emulated')
-rwxr-xr-x | translate_subx_emulated | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx_emulated b/translate_subx_emulated index 4a75c03b..730e020d 100755 --- a/translate_subx_emulated +++ b/translate_subx_emulated @@ -16,7 +16,7 @@ cat a.tests |./bootstrap_bin run apps/assort > a.assort cat a.assort |./bootstrap_bin run apps/dquotes > a.dquotes cat a.dquotes |./bootstrap_bin run apps/assort > a.assort2 cat a.assort2 |./bootstrap_bin run apps/pack > a.pack -cat a.pack |./bootstrap_bin run apps/survey > a.survey +cat a.pack |./bootstrap_bin run apps/survey_elf > a.survey cat a.survey |./bootstrap_bin run apps/hex > a.elf chmod +x a.elf |