summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild b/bin/ebuild
index d8eec06a7..f2625cc93 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -17,6 +17,7 @@ try:
signal.signal(signal.SIGINT, exithandler)
signal.signal(signal.SIGTERM, exithandler)
+ signal.signal(signal.SIGPIPE, signal.SIG_DFL)
except KeyboardInterrupt:
sys.exit(1)