--- euse 2014-06-27 14:21:00.440900572 +0200 +++ euse-fixed 2014-06-27 14:21:42.506374682 +0200 @@ -720,7 +720,7 @@ # Use a subshell so we don't have to protect the variables in # the current scope ( - eval $(portageq envvar -v PORTDIR) + : ${PORTDIR="$(portageq get_repo_path $(portageq envvar EROOT) gentoo)"} echo "${PORTDIR}" ) } # }}}