Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 21430
Collapse All | Expand All

(-)emerge~ (-1 / +2 lines)
Lines 199-205 Link Here
199
	any other atexit's we have setup, we need to call them ourself."""
199
	any other atexit's we have setup, we need to call them ourself."""
200
	portage.portageexit()
200
	portage.portageexit()
201
	emergelog(" *** terminating.")
201
	emergelog(" *** terminating.")
202
	xtermTitleReset()
202
	if "notitles" not in portage.features:
203
		xtermTitleReset()
203
atexit.register(emergeexit)
204
atexit.register(emergeexit)
204
205
205
def countdown(secs=5, doing="Starting"):
206
def countdown(secs=5, doing="Starting"):

Return to bug 21430