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 / +1 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
	mycwd = portage._unicode_encode(os.getcwd(), encoding=portage._encodings['fs'])
116
	# Try to get the non-canonical path from the PWD evironment variable, since
116
	# 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
117
	# the canonical path returned from os.getcwd() may may be unusable in
118
	# cases where the directory stucture is built from symlinks.
118
	# cases where the directory stucture is built from symlinks.

Return to bug 315709