tee: do not intercept SIGPIPE
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Oct 2019 12:25:45 +0000 (14:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Oct 2019 12:25:45 +0000 (14:25 +0200)
commit427c12cc5199813328bf7fdf0bc4fc3a7672bf0f
tree2790a091588dc91d0ea1d83042f297e0739deafa
parent27f0e8a27584df50736398c26491c450b12fd00d
tee: do not intercept SIGPIPE

GNU tee does this only with -p, which we don't have yet.

function                                             old     new   delta
tee_main                                             306     295     -11

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