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

Collapse All | Expand All

(-)pym/portage/__init__.py (-2 / +2 lines)
Lines 2601-2608 Link Here
2601
				else:
2601
				else:
2602
					resumecommand=mysettings["RESUMECOMMAND"]
2602
					resumecommand=mysettings["RESUMECOMMAND"]
2603
2603
2604
				fetchcommand=fetchcommand.replace("${DISTDIR}",mysettings["DISTDIR"])
2604
				fetchcommand=fetchcommand.replace("${DISTDIR}",'"'+mysettings["DISTDIR"]+'"')
2605
				resumecommand=resumecommand.replace("${DISTDIR}",mysettings["DISTDIR"])
2605
				resumecommand=resumecommand.replace("${DISTDIR}",'"'+mysettings["DISTDIR"]'"')
2606
2606
2607
				if not can_fetch:
2607
				if not can_fetch:
2608
					if fetched != 2:
2608
					if fetched != 2:

Return to bug 175058