Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ash,hush: make trap output short signal names, without SIG prefix | Denys Vlasenko | 2009-09-27 | 1 | -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 Vlasenko | 2009-09-24 | 1 | -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 Frysinger | 2009-03-29 | 1 | -0/+14 |
committed |