summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tee.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tee.c b/src/tee.c
index 8e2d4bcba..8459a9690 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -117,10 +117,6 @@ main (int argc, char **argv)
if (ignore_interrupts)
signal (SIGINT, SIG_IGN);
- /* Don't let us be killed if one of the output files is a pipe that
- doesn't consume all its input. */
- signal (SIGPIPE, SIG_IGN);
-
/* Do *not* warn if tee is given no file arguments.
POSIX requires that it work when given no arguments. */