diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-29 23:26:46 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-29 23:26:46 -0800 |
commit | 65a1073150e2dffb1b77c7103ce1bd632f769fa4 (patch) | |
tree | 486b6efcbc7c6923c614f80ca052a15636fc01b1 | |
parent | ea62afb1dae6ded38b34689917ee520f6094edc2 (diff) | |
download | mu-65a1073150e2dffb1b77c7103ce1bd632f769fa4.tar.gz |
5955 - error messages when translating Mu programs
-rwxr-xr-x | translate_mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_mu b/translate_mu index d6e6bfa9..3d2c43c0 100755 --- a/translate_mu +++ b/translate_mu @@ -6,4 +6,4 @@ set -e cat $* |apps/mu > a.subx -./translate_subx init.linux 0*.subx mu-init.subx a.subx +./translate_subx_debug init.linux 0*.subx mu-init.subx a.subx |