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

(-)pym/portage/__init__.py (-1 / +1 lines)
Lines 3848-3854 Link Here
3848
							myfetch = ["bash", "-c", "exec \"$@\"", myfetch[0]] + myfetch
3848
							myfetch = ["bash", "-c", "exec \"$@\"", myfetch[0]] + myfetch
3849
3849
3850
						myret = portage.process.spawn(myfetch,
3850
						myret = portage.process.spawn(myfetch,
3851
							env=mysettings.environ(), **spawn_keywords)
3851
							env=dict(mysettings.iteritems()), **spawn_keywords)
3852
3852
3853
						if mysettings.selinux_enabled():
3853
						if mysettings.selinux_enabled():
3854
							selinux.setexec(None)
3854
							selinux.setexec(None)

Return to bug 233103