diff options
author | Denys Vlasenko | 2020-02-20 16:37:59 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-02-20 16:37:59 +0100 |
commit | bb095f483827567452ee3501779a84f36719288d (patch) | |
tree | 26e844ece54913569de12bc0ae76cc77ffcfdf77 /shell/ash_test/ash-misc/exitcode_trap4.right | |
parent | d5bfe26c457a97a8b525b6c27f5498525a5829bf (diff) | |
download | busybox-bb095f483827567452ee3501779a84f36719288d.zip busybox-bb095f483827567452ee3501779a84f36719288d.tar.gz |
hush: implement "return NUM in trap sets $? after trap"
function old new delta
builtin_return 47 67 +20
check_and_run_traps 243 259 +16
run_pipe 1583 1597 +14
hush_main 1076 1086 +10
run_list 1054 1055 +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/0 up/down: 61/0) Total: 61 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-misc/exitcode_trap4.right')
-rw-r--r-- | shell/ash_test/ash-misc/exitcode_trap4.right | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/exitcode_trap4.right b/shell/ash_test/ash-misc/exitcode_trap4.right new file mode 100644 index 0000000..ed69895 --- /dev/null +++ b/shell/ash_test/ash-misc/exitcode_trap4.right @@ -0,0 +1,2 @@ +TERM +11:11 |