summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-24 01:56:06 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-24 01:56:06 +0000
commita2ceab940a51d0f32385b1b5b157b29e3e9be5d6 (patch)
tree56e008f6a014973bd1951e249a861296cf4def6c /bin
parentacba08b05ca37277cc53bd205b0925491f5f3c06 (diff)
downloadportage-a2ceab940a51d0f32385b1b5b157b29e3e9be5d6.tar.gz
portage-a2ceab940a51d0f32385b1b5b157b29e3e9be5d6.tar.bz2
portage-a2ceab940a51d0f32385b1b5b157b29e3e9be5d6.zip
Filter _E_DOCDESTTREE_ and _E_EXEDESTTREE_ from environment.bz2.
svn path=/main/trunk/; revision=8629
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