diff options
author | 2008-01-19 00:02:29 +0000 | |
---|---|---|
committer | 2008-01-19 00:02:29 +0000 | |
commit | 65b149c78f21883d0e4184a8ae8291f7c852c358 (patch) | |
tree | fea87388c98b1100b11de3736052cebf821f5118 /paludis/repositories/e/ebuild/source_functions.bash | |
parent | 31d62bdfa5664f56557164ce9f78174ea10a61db (diff) | |
download | paludis-65b149c78f21883d0e4184a8ae8291f7c852c358.tar.gz paludis-65b149c78f21883d0e4184a8ae8291f7c852c358.tar.xz |
Merge in pbins. Not for real world use.
Diffstat (limited to 'paludis/repositories/e/ebuild/source_functions.bash')
-rwxr-xr-x | paludis/repositories/e/ebuild/source_functions.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/source_functions.bash b/paludis/repositories/e/ebuild/source_functions.bash index 2975ab6d2..35d0772f2 100755 --- a/paludis/repositories/e/ebuild/source_functions.bash +++ b/paludis/repositories/e/ebuild/source_functions.bash @@ -26,7 +26,8 @@ ebuild_safe_source() EUID PPID UID FUNCNAME GROUPS SHELLOPTS \ 'BASH_@(ARGC|ARGV|LINENO|SOURCE|VERSINFO|REMATCH)' \ 'BASH_COMPLETEION?(_DIR)' 'bash+([0-9])?([a-z])' \ - EBUILD_KILL_PID PALUDIS_LOADSAVEENV_DIR PALUDIS_DO_NOTHING_SANDBOXY SANDBOX_ACTIVE + EBUILD_KILL_PID PALUDIS_LOADSAVEENV_DIR PALUDIS_DO_NOTHING_SANDBOXY SANDBOX_ACTIVE \ + PALUDIS_IGNORE_PIVOT_ENV_FUNCTIONS PALUDIS_IGNORE_PIVOT_ENV_VARIABLES trap DEBUG set -T |