This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3632cb15f1
busybox
/
shell
/
hush_test
/
hush-signals
/
usage.right
15 lines
146 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add test cases for `trap` ... but disabled for now until trap support is committed
2009-03-29 15:24:40 +05:30
___
___
___
trap -- 'a' EXIT
ash,hush: make trap output short signal names, without SIG prefix function old new delta evalvar 1373 1371 -2 builtin_trap 457 441 -16 trapcmd 260 236 -24 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-27 05:35:45 +05:30
trap -- 'a' INT
trap -- 'a' USR1
trap -- 'a' USR2
add test cases for `trap` ... but disabled for now until trap support is committed
2009-03-29 15:24:40 +05:30
___
___
ash,hush: make trap output short signal names, without SIG prefix function old new delta evalvar 1373 1371 -2 builtin_trap 457 441 -16 trapcmd 260 236 -24 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-27 05:35:45 +05:30
trap -- 'a' USR1
trap -- 'a' USR2
add test cases for `trap` ... but disabled for now until trap support is committed
2009-03-29 15:24:40 +05:30
___
___
ash,hush: make trap output short signal names, without SIG prefix function old new delta evalvar 1373 1371 -2 builtin_trap 457 441 -16 trapcmd 260 236 -24 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-27 05:35:45 +05:30
trap -- 'a' USR2
Reference in New Issue
Copy Permalink