revert rev 3300 as it has various issues and doesn't fully solve the problem
authorSimon Stelling <blubb@gentoo.org>
Tue, 2 May 2006 09:31:04 +0000 (09:31 -0000)
committerSimon Stelling <blubb@gentoo.org>
Tue, 2 May 2006 09:31:04 +0000 (09:31 -0000)
svn path=/main/trunk/; revision=3305

bin/ebuild.sh

index e1851da04d055b29a6f8916c2a0b70d045d56836..d9f563a0b15cb89238d576dcd6dab6fe30f30acc 100755 (executable)
@@ -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