hush: fix login shell's signal handling; add -l option so that it's easier to test
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 12 May 2011 00:10:33 +0000 (02:10 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 12 May 2011 00:10:33 +0000 (02:10 +0200)
commitf58f705c5812cec5d5308ae29baceeb648d08e24
tree8028164dcbc39a2cc18afce67e7ef5d72926f060
parent9d6cbafe728c9100a35e29ba7a3729c5303e73ea
hush: fix login shell's signal handling; add -l option so that it's easier to test

function                                             old     new   delta
hush_main                                            958    1001     +43
install_special_sighandlers                           47      52      +5
packed_usage                                       28752   28741     -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 48/-11)             Total: 37 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c