public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10430 - main/branches/2.1.2/bin
@ 2008-05-26 20:24 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-05-26 20:24 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-05-26 20:24:02 +0000 (Mon, 26 May 2008)
New Revision: 10430

Modified:
   main/branches/2.1.2/bin/ebuild.sh
Log:
Skip source_all_bashrcs() when $EBUILD_PHASE is not set. (trunk r10429)


Modified: main/branches/2.1.2/bin/ebuild.sh
===================================================================
--- main/branches/2.1.2/bin/ebuild.sh	2008-05-26 20:12:18 UTC (rev 10429)
+++ main/branches/2.1.2/bin/ebuild.sh	2008-05-26 20:24:02 UTC (rev 10430)
@@ -1348,6 +1348,7 @@
 }
 
 source_all_bashrcs() {
+	[ -n "$EBUILD_PHASE" ] || return
 	local OCC="${CC}" OCXX="${CXX}"
 	# source the existing profile.bashrc's.
 	save_IFS

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-26 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-26 20:24 [gentoo-commits] portage r10430 - main/branches/2.1.2/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox