summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-18 19:44:25 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-18 19:44:25 +0000
commit119b90dbd62a46764eace707cb14c051407a41bd (patch)
treebf2745b92f53ef617c9488df0bc5fb321906bf05 /bin/isolated-functions.sh
parent4c52fd39e1076078f1b3446acd26058d6e10cf71 (diff)
downloadportage-119b90dbd62a46764eace707cb14c051407a41bd.tar.gz
portage-119b90dbd62a46764eace707cb14c051407a41bd.tar.bz2
portage-119b90dbd62a46764eace707cb14c051407a41bd.zip
Move filtering of misc bash variables from save_ebuild_env() to
filter_readonly_variables(). Add additional variables found in the output of `env -i bash -c 'declare -p'`. svn path=/main/trunk/; revision=14676
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index d4c5c70db..94afc9104 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -497,10 +497,6 @@ save_ebuild_env() {
fi
fi
- # misc variables set by bash
- unset BASH HOSTTYPE IFS MACHTYPE OLDPWD \
- OPTERR OPTIND OSTYPE PS4 PWD SHELL SHLVL
-
# misc variables inherited from the calling environment
unset COLORTERM DISPLAY EDITOR LESS LESSOPEN LOGNAME LS_COLORS PAGER \
TERM TERMCAP USER
@@ -543,6 +539,7 @@ save_ebuild_env() {
source_all_bashrcs ebuild_main \
ebuild_phase ebuild_phase_with_hooks \
_ebuild_arg_to_phase _ebuild_phase_funcs default \
+ _pipestatus \
${QA_INTERCEPTORS}
# portage config variables and variables set directly by portage