diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-14 01:29:41 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-14 01:52:54 -0800 |
commit | 928f71d2949c2d91d83cb572c166dc655bca79d3 (patch) | |
tree | 737d1f19eee980ca8ebbae54896ffc6de224cd4e /test_apps | |
parent | 8fa32599bb288f9e51ebcf6f7c00339692c2a5b5 (diff) | |
download | mu-928f71d2949c2d91d83cb572c166dc655bca79d3.tar.gz |
5890
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_apps b/test_apps index 16f17138..1067f518 100755 --- a/test_apps +++ b/test_apps @@ -284,7 +284,7 @@ test `uname` = 'Linux' && { } echo mu -cat init.$OS 0*.subx apps/mu.subx | apps/braces | apps/calls | apps/sigils > a.sigils +cat init.$OS [0-9]*.subx apps/mu.subx | apps/braces | apps/calls | apps/sigils > a.sigils ./bootstrap translate a.sigils -o apps/mu [ "$1" != record ] && git diff --exit-code apps/mu test $EMULATED && { @@ -335,7 +335,7 @@ done # Mu translator echo mu -./translate_subx init.$OS 0*.subx apps/mu.subx +./translate_subx init.$OS [0-9]*.subx apps/mu.subx diff apps/mu a.elf exit 0 |