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

(-)emerge~ (-2 / +6 lines)
Lines 4486-4493 Link Here
4486
4486
4487
	os.chdir("/")
4487
	os.chdir("/")
4488
4488
4489
	emergelog("notitles" not in settings.features,
4489
	if retval == os.EX_OK:
4490
		" *** exiting successfully.")
4490
		emergelog("notitles" not in settings.features,
4491
			" *** exiting successfully.")
4492
	else:
4493
		emergelog("notitles" not in settings.features,
4494
			" *** exiting unsuccessfully.")
4491
4495
4492
	# Dump the mod_echo output now so that our other notifications are shown
4496
	# Dump the mod_echo output now so that our other notifications are shown
4493
	# last.
4497
	# last.

Return to bug 194398