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

Collapse All | Expand All

(-)euse (-1 / +1 lines)
Lines 720-726 Link Here
720
	# Use a subshell so we don't have to protect the variables in
720
	# Use a subshell so we don't have to protect the variables in
721
	# the current scope
721
	# the current scope
722
	(
722
	(
723
		eval $(portageq envvar -v PORTDIR)
723
		: ${PORTDIR="$(portageq get_repo_path $(portageq envvar EROOT) gentoo)"}
724
		echo "${PORTDIR}"
724
		echo "${PORTDIR}"
725
	)
725
	)
726
} # }}}
726
} # }}}

Return to bug 505160