about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-14 01:29:41 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-14 01:52:54 -0800
commit928f71d2949c2d91d83cb572c166dc655bca79d3 (patch)
tree737d1f19eee980ca8ebbae54896ffc6de224cd4e
parent8fa32599bb288f9e51ebcf6f7c00339692c2a5b5 (diff)
downloadmu-928f71d2949c2d91d83cb572c166dc655bca79d3.tar.gz
5890
-rwxr-xr-xapps/mubin78653 -> 80115 bytes
-rwxr-xr-xtest_apps4
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/mu b/apps/mu
index 1dbdf2f4..4a9a4b85 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --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