From 9d791e4cd797def40c51695355689105da4a8274 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 May 2008 20:12:18 +0000 Subject: Skip source_all_bashrcs() when $EBUILD_PHASE is not set. svn path=/main/trunk/; revision=10429 --- 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 ecc825464..9045a50e1 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1348,6 +1348,7 @@ remove_path_entry() { } source_all_bashrcs() { + [ -n "$EBUILD_PHASE" ] || return local OCC="${CC}" OCXX="${CXX}" # source the existing profile.bashrc's. save_IFS -- cgit v1.2.3-1-g7c22