hush: fix `trap`
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 22 Sep 2009 23:46:19 +0000 (01:46 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 22 Sep 2009 23:46:19 +0000 (01:46 +0200)
commit91836baf85ce6980a33c6ce38730928a4edc3c5a
tree4bb9751804629463dc9f8e3ff8aac7abd28815df
parentaf3fd14e4df87d8af833d5e7b97d285b4d137d60
hush: fix `trap`

function                                             old     new   delta
expand_variables                                    2217    2280     +63
static.argv                                            -       8      +8

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
shell/hush_test/hush-trap/savetrap.right [new file with mode: 0644]
shell/hush_test/hush-trap/savetrap.tests [new file with mode: 0755]