diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-10 15:14:34 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:46 -0700 |
commit | fb18cadaa765feb3f7d8b7ac7909dc89b4856ca5 (patch) | |
tree | a7628dc1996da9e4141a22570645b9b3ab207b30 /translate_subx | |
parent | 5dc0ddfc9d1603ca9ee7a1d964e511113c93bc99 (diff) | |
download | mu-fb18cadaa765feb3f7d8b7ac7909dc89b4856ca5.tar.gz |
fix a crash when translating apps/ex1
Diffstat (limited to 'translate_subx')
-rwxr-xr-x | translate_subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx b/translate_subx index ba36986a..22bcf32a 100755 --- a/translate_subx +++ b/translate_subx @@ -15,7 +15,7 @@ # sets of debug files.) # Again, that's for subsequent scripts. -set -e +set -ev ./build |