diff options
author | 2009-09-26 20:23:46 +0100 | |
---|---|---|
committer | 2009-09-26 20:25:55 +0100 | |
commit | 88cf88263238d14a4bf8bb528f64802cca18b4f1 (patch) | |
tree | 60a8b1fe1438bf8302ccdea06b93fc0b37daaa2c /paludis/repositories/e/ebuild/utils/exheres-0/hereinitd | |
parent | a866a87949f80a3659ce8ee89298461ebe1461f1 (diff) | |
download | paludis-88cf88263238d14a4bf8bb528f64802cca18b4f1.tar.gz paludis-88cf88263238d14a4bf8bb528f64802cca18b4f1.tar.xz |
Stop overriding PATH in utils
This was apparently added because of sandbox clobbering PATH, but it
doesn't appear to do so anymore, possibly because we avoid executing
sandbox.bashrc now.
Overriding PATH is bad because it means that if util A calls util B,
and util B has a special version for some EAPIs, util A will call the
wrong one unless it to is customised.
Diffstat (limited to 'paludis/repositories/e/ebuild/utils/exheres-0/hereinitd')
-rwxr-xr-x | paludis/repositories/e/ebuild/utils/exheres-0/hereinitd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/utils/exheres-0/hereinitd b/paludis/repositories/e/ebuild/utils/exheres-0/hereinitd index 26036b56e..8bc80a4ec 100755 --- a/paludis/repositories/e/ebuild/utils/exheres-0/hereinitd +++ b/paludis/repositories/e/ebuild/utils/exheres-0/hereinitd @@ -17,7 +17,6 @@ # this program; if not, write to the Free Software Foundation, Inc., 59 Temple # Place, Suite 330, Boston, MA 02111-1307 USA -export PATH="${PALUDIS_EBUILD_DIR:+${PALUDIS_EBUILD_DIR}/utils:}${PATH}" source "${PALUDIS_EBUILD_DIR}"/die_functions.bash if [[ ! -d ${!PALUDIS_TEMP_DIR_VAR} ]]; then |