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

Collapse All | Expand All

(-)a/bin/ebuild (-1 / +2 lines)
Lines 112-118 if pf is None: Link Here
112
	sys.exit(1)
112
	sys.exit(1)
113
113
114
if not os.path.isabs(ebuild):
114
if not os.path.isabs(ebuild):
115
	mycwd = os.getcwd()
115
	import os as os_real
116
	mycwd = os_real.getcwd()
116
	# Try to get the non-canonical path from the PWD evironment variable, since
117
	# Try to get the non-canonical path from the PWD evironment variable, since
117
	# the canonical path returned from os.getcwd() may may be unusable in
118
	# the canonical path returned from os.getcwd() may may be unusable in
118
	# cases where the directory stucture is built from symlinks.
119
	# cases where the directory stucture is built from symlinks.

Return to bug 315709