This commit is contained in:
Kartik Agaram 2020-01-14 01:29:41 -08:00
parent 8fa32599bb
commit 928f71d294
2 changed files with 2 additions and 2 deletions

BIN
apps/mu

Binary file not shown.

View File

@ -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