commit | cc9ecd9af13f04a4814ebdec60942962c3e9f14f | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 21 02:18:06 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 21 02:18:06 2020 +0100 |
tree | 700e8aa0d2e23df90312d224f42a76733c9b248e | |
parent | f977e004cefe46e8010c3d29681d77da50e380a9 [diff] |
hush: make "exit" in trap use pre-trap exitcode function old new delta check_and_run_traps 259 276 +17 builtin_exit 42 53 +11 hush_main 1086 1096 +10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 38/0) Total: 38 bytes Fixes exitcode_trap2.tests. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>