Filter _E_DOCDESTTREE_ and _E_EXEDESTTREE_ from environment.bz2. (trunk r8629)
authorZac Medico <zmedico@gentoo.org>
Sat, 24 Nov 2007 02:34:34 +0000 (02:34 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 24 Nov 2007 02:34:34 +0000 (02:34 -0000)
svn path=/main/branches/2.1.2/; revision=8632

bin/ebuild.sh

index 008512b9a4f9e6f640a51b00400e7d1da2800d41..4c1c8402e8c6aa291e3942a17da471defab549fe 100755 (executable)
@@ -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