From 1e374b3bf8e33a19ca55c4fc9c64f0eb021ead33 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Jul 2006 18:20:13 +0000 Subject: Stack /etc/profile.env inside portage.config so that it doesn't stop variables in inappropriate places. See bug #51370. svn path=/main/trunk/; revision=4048 --- bin/ebuild.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index f657dddce..fdd7da0e0 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -45,8 +45,6 @@ alias restore_IFS='if [ "${old_IFS:-unset}" != "unset" ]; then IFS="${old_IFS}"; OCC="$CC" OCXX="$CXX" -source /etc/profile.env &>/dev/null - export PATH="/usr/local/sbin:/sbin:/usr/sbin:${PORTAGE_BIN_PATH}:/usr/local/bin:/bin:/usr/bin:${ROOTPATH}" [ ! -z "$PREROOTPATH" ] && export PATH="${PREROOTPATH%%:}:$PATH" -- cgit v1.2.3-1-g7c22