diff options
author | nc <charles.saternos@gmail.com> | 2019-05-01 21:06:50 -0400 |
---|---|---|
committer | nc <charles.saternos@gmail.com> | 2019-05-01 21:06:50 -0400 |
commit | 2827336d9917bccd7486eede0b1434002993342a (patch) | |
tree | b4f30dc7edf17d4e150ecd177342d65584c3eca7 /subx/drun | |
parent | bcd2b245aa564f0b2b55404c885e330515b8bbd2 (diff) | |
parent | 02684e8d7cb5292867ebcdea06879b94ba63aef4 (diff) | |
download | mu-2827336d9917bccd7486eede0b1434002993342a.tar.gz |
Merge branch 'master' into charles-l-print-int-decimal
Diffstat (limited to 'subx/drun')
-rwxr-xr-x | subx/drun | 4 |
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 |