]> err.no Git - util-linux/commit
script: dies on SIGWINCH
authorKarel Zak <kzak@redhat.com>
Fri, 5 Oct 2007 10:22:13 +0000 (12:22 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2007 10:00:21 +0000 (12:00 +0200)
commit1b1ff2d6edd2db321926f7243004937cb26f9f15
tree62e87ff9724ed1b39d7c329a25774ed0af2169df
parent07f323d0402a9385941a183261e4d9ebe689c960
script: dies on SIGWINCH

The "doinput" process doesn't make a difference between SIGWINCH and
SIGCHILD.  This process also sends unnecessary SIGWINCH to child (the
signal is ignored by child). Fixed.

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/script.c