about summary refs log tree commit diff stats
path: root/subx/drun
diff options
context:
space:
mode:
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