aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/usage.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-271-6/+6
| | | | | | | | | 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>
* ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko2009-09-241-6/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add test cases for `trap` ... but disabled for now until trap support is ↵Mike Frysinger2009-03-291-0/+14
committed