summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-05-02 09:31:04 +0000
committerSimon Stelling <blubb@gentoo.org>2006-05-02 09:31:04 +0000
commit8c037c053bfad3c8a3733912a0ba44bc23069fe4 (patch)
tree32f7fb753e78502b8997ef7ec3b80ecda1cc2190 /bin/ebuild.sh
parentMigrate old digest-* code in portage.fetch() to be Manifest2 compatible. (diff)
downloadportage-multirepo-8c037c053bfad3c8a3733912a0ba44bc23069fe4.tar.gz
portage-multirepo-8c037c053bfad3c8a3733912a0ba44bc23069fe4.tar.bz2
portage-multirepo-8c037c053bfad3c8a3733912a0ba44bc23069fe4.zip
revert rev 3300 as it has various issues and doesn't fully solve the problem
svn path=/main/trunk/; revision=3305
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index e1851da0..d9f563a0 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -45,10 +45,7 @@ alias restore_IFS='if [ "${old_IFS:-unset}" != "unset" ]; then IFS="${old_IFS}";
OCC="$CC"
OCXX="$CXX"
-env_dump=$(export -p | egrep -v "( EBUILD_PHASE=| PORTAGE_BIN_PATH=| PORTAGE_PYM_PATH=)")
source /etc/profile.env &>/dev/null
-eval "${env_dump}"
-unset env_dump
if [ -f "${PORTAGE_BASHRC}" ]; then
# If $- contains x, then tracing has already enabled elsewhere for some