summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-01 01:38:04 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-01 01:38:04 +0000
commit35b0788b4b94749c8448b2f258fbb89e4e72f2a5 (patch)
treebfd198ad3b76dfe5e07f78e32d3e13e051071775 /bin/ebuild.sh
parent7024dc5fe579d192ce5f672de2ddd5b00a939931 (diff)
downloadportage-35b0788b4b94749c8448b2f258fbb89e4e72f2a5.tar.gz
portage-35b0788b4b94749c8448b2f258fbb89e4e72f2a5.tar.bz2
portage-35b0788b4b94749c8448b2f258fbb89e4e72f2a5.zip
Update comments about ROOTPATH:
sandbox's bashrc sources /etc/profile which unsets ROOTPATH, so we have to back it up and restore it. (trunk r8775:8777) svn path=/main/branches/2.1.2/; revision=8778
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 128a7d6cc..2f015d3a6 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -15,7 +15,8 @@ export SANDBOX_READ="${SANDBOX_READ}:/dev/shm:/dev/stdin:${PORTAGE_TMPDIR}"
# environment by modifying our PATH.
unset BASH_ENV
-# sandbox unsets ROOTPATH, so we have to back it up and restore it.
+# sandbox's bashrc sources /etc/profile which unsets ROOTPATH,
+# so we have to back it up and restore it.
if [ -n "${PORTAGE_ROOTPATH}" ] ; then
export ROOTPATH=${PORTAGE_ROOTPATH}
unset PORTAGE_ROOTPATH