about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-24 14:32:44 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-24 14:32:44 -0700
commit6315936b64a666eeaa451cac25194081a94c734c (patch)
tree69f2ba7c11303546356ae47833be1b89deccebfe /subx
parent070cac028c5e098fada47f280cb677406a43b7ea (diff)
downloadmu-6315936b64a666eeaa451cac25194081a94c734c.tar.gz
5463
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/apps/hexbin27797 -> 36939 bytes
-rwxr-xr-xsubx/test_apps2
2 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/hex b/subx/apps/hex
index c5d1f415..84575cfd 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differdiff --git a/subx/test_apps b/subx/test_apps
index 440031c6..2874d73e 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -177,7 +177,7 @@ test `uname` = 'Linux'  &&  {
 }
 
 echo hex
-./subx translate 0*.subx apps/hex.subx  -o apps/hex
+./subx translate 0*.subx apps/subx-common.subx apps/hex.subx  -o apps/hex
 [ "$1" != record ]  &&  git diff --exit-code apps/hex
 ./subx run apps/hex test
 echo