about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-22 23:41:30 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-22 23:54:06 -0700
commit9a12e453763c59df31a00ea61c0066b5ec1217e5 (patch)
tree0134d55ba4ff80d2395d9f4f4d9b0ebebd22c55a /subx
parent9f3175e0903c30440c302d2d97d1b928245f74eb (diff)
downloadmu-9a12e453763c59df31a00ea61c0066b5ec1217e5.tar.gz
5457
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/diff_ntranslate1
-rwxr-xr-xsubx/diff_translate1
2 files changed, 2 insertions, 0 deletions
diff --git a/subx/diff_ntranslate b/subx/diff_ntranslate
index a6fb3737..46e76844 100755
--- a/subx/diff_ntranslate
+++ b/subx/diff_ntranslate
@@ -1,5 +1,6 @@
 #!/usr/bin/env zsh
 
+set -e
 subx translate $* -o a0.elf
 xxd a0.elf > a0.xxd
 ./ntranslate $*  # into a.elf and a.xxd
diff --git a/subx/diff_translate b/subx/diff_translate
index d0224fd7..dbe55a24 100755
--- a/subx/diff_translate
+++ b/subx/diff_translate
@@ -1,5 +1,6 @@
 #!/usr/bin/env zsh
 
+set -e
 subx translate $* -o a0.elf
 xxd a0.elf > a0.xxd
 ./translate $*  # into a.elf and a.xxd