aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/usage.right
AgeCommit message (Collapse)Author
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
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-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-03-29add test cases for `trap` ... but disabled for now until trap support is ↵Mike Frysinger
committed