aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/savetrap.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2009-09-251-2/+5
| | | | | | | | | | | | | | function old new delta forkchild - 602 +602 trapcmd 255 347 +92 ash_main 1362 1375 +13 evalvar 1371 1373 +2 popstring 140 134 -6 forkshell 835 248 -587 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/2 up/down: 709/-593) Total: 116 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: fix `trap`Denys Vlasenko2009-09-231-0/+6
function old new delta expand_variables 2217 2280 +63 static.argv - 8 +8 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>