Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 309001 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- portage-2.2_rc64/bin/ebuild
0
++ portage-2.2_rc64/bin/ebuild
Lines 17-22 Link Here
17
17
18
	signal.signal(signal.SIGINT, exithandler)
18
	signal.signal(signal.SIGINT, exithandler)
19
	signal.signal(signal.SIGTERM, exithandler)
19
	signal.signal(signal.SIGTERM, exithandler)
20
	signal.signal(signal.SIGPIPE, signal.SIG_DFL)
20
21
21
except KeyboardInterrupt:
22
except KeyboardInterrupt:
22
	sys.exit(1)
23
	sys.exit(1)

Return to bug 309001