run-*d.sh: do not disable interrupts in shell launched by --shell
commit7a0422233f07afa070cb2adbd4aaf57093750573
authorKyle J. McKay <mackyle@gmail.com>
Sun, 16 Feb 2014 18:12:31 +0000 (16 10:12 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 16 Feb 2014 18:12:31 +0000 (16 10:12 -0800)
tree32f91647ed026227765287277bc168f952820111
parentd6ca2a27546bfbde6ed61e0e9dd3a31e991a22f0
run-*d.sh: do not disable interrupts in shell launched by --shell

Following up on 9536e540, before exec'ing the $SHELL, interrupts
must be reset to the default behavior or the shell will inherit
the ignored signals.
toolbox/run-jobd.sh
toolbox/run-taskd.sh