summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-24 02:34:34 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-24 02:34:34 +0000
commit4db5c6e5630cd5c0bd59a7c1280d30ad6d044cde (patch)
tree377088e7e7775a97522704ff579d24595eae35f6 /bin
parent0ebf75b34b5deb471186a7f35525cd6ec1460dd5 (diff)
downloadportage-4db5c6e5630cd5c0bd59a7c1280d30ad6d044cde.tar.gz
portage-4db5c6e5630cd5c0bd59a7c1280d30ad6d044cde.tar.bz2
portage-4db5c6e5630cd5c0bd59a7c1280d30ad6d044cde.zip
Filter _E_DOCDESTTREE_ and _E_EXEDESTTREE_ from environment.bz2. (trunk r8629)
svn path=/main/branches/2.1.2/; revision=8632
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 008512b9a..4c1c8402e 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -993,7 +993,7 @@ dyn_install() {
# are no longer needed after src_install(). Don't cleanse from
# the global environment though, in case the user wants to repeat
# this phase (like with FEATURES=noauto and the ebuild command).
- unset S
+ unset S _E_DOCDESTTREE_ _E_EXEDESTTREE_
save_ebuild_env | filter_readonly_variables --filter-sandbox > environment
)
bzip2 -f9 environment