about summary refs log tree commit diff stats
path: root/subx/drun
diff options
context:
space:
mode:
authornc <charles.saternos@gmail.com>2019-05-01 21:06:50 -0400
committernc <charles.saternos@gmail.com>2019-05-01 21:06:50 -0400
commit2827336d9917bccd7486eede0b1434002993342a (patch)
treeb4f30dc7edf17d4e150ecd177342d65584c3eca7 /subx/drun
parentbcd2b245aa564f0b2b55404c885e330515b8bbd2 (diff)
parent02684e8d7cb5292867ebcdea06879b94ba63aef4 (diff)
downloadmu-2827336d9917bccd7486eede0b1434002993342a.tar.gz
Merge branch 'master' into charles-l-print-int-decimal
Diffstat (limited to 'subx/drun')
-rwxr-xr-xsubx/drun4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/drun b/subx/drun
index b094f995..71b2f0e0 100755
--- a/subx/drun
+++ b/subx/drun
@@ -12,11 +12,11 @@ fi
 
 case $1 in
   ex*)
-    ./subx --map --trace run examples/$*
+    ./subx --debug --trace run examples/$*
     exit $?
     ;;
   *)
-    ./subx --map --trace run apps/$*
+    ./subx --debug --trace run apps/$*
     exit $?
     ;;
 esac