]> 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>
Fri, 5 Oct 2007 10:39:19 +0000 (12:39 +0200)
commit2b8bbb5fb0f024ea3917fedbbbaf0fab1c1f6555
tree8cdd1bc4c63d9b835918099fe6e64ad6d601c91b
parentf92dc20fcb9bb9f15ac95e0e3d6ae96ecfb59619
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