From 80737f32ff8bcebe327821243594d17bd4f79fdd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 11 Sep 2011 17:56:57 -0700 Subject: isolated-functions.sh: split save-ebuild-env.sh --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1cb9269df..1d014167a 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -20,6 +20,7 @@ source "${PORTAGE_BIN_PATH}/isolated-functions.sh" || exit 1 if [[ $EBUILD_PHASE != depend ]] ; then source "${PORTAGE_BIN_PATH}/phase-functions.sh" || die + source "${PORTAGE_BIN_PATH}/save-ebuild-env.sh" || die source "${PORTAGE_BIN_PATH}/phase-helpers.sh" || die source "${PORTAGE_BIN_PATH}/bashrc-functions.sh" || die else -- cgit v1.2.3-1-g7c22