diff options
author | 2009-12-23 22:19:42 +0000 | |
---|---|---|
committer | 2009-12-23 22:19:42 +0000 | |
commit | 48914c8ec12c821a6e8a686acf4c0e1d56b597aa (patch) | |
tree | 3ff399ca0987e1237524a4f1bb6572b5f1c64f92 /paludis | |
parent | 675d0419aa9f9e73b981705b2533603ee3372a7a (diff) | |
download | paludis-48914c8ec12c821a6e8a686acf4c0e1d56b597aa.tar.gz paludis-48914c8ec12c821a6e8a686acf4c0e1d56b597aa.tar.xz |
Fix env filtering for bash 4.1
gentoo#297933
Diffstat (limited to 'paludis')
-rwxr-xr-x | paludis/repositories/e/ebuild/source_functions.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/source_functions.bash b/paludis/repositories/e/ebuild/source_functions.bash index f335560d7..92f9541ec 100755 --- a/paludis/repositories/e/ebuild/source_functions.bash +++ b/paludis/repositories/e/ebuild/source_functions.bash @@ -23,7 +23,7 @@ ebuild_safe_source() { set -- "${@}" '[^a-zA-Z_]*' '*[^a-zA-Z0-9_]*' \ - EUID PPID UID FUNCNAME GROUPS SHELLOPTS IFS \ + EUID PPID UID FUNCNAME GROUPS SHELLOPTS BASHOPTS IFS \ 'BASH_@(ARGC|ARGV|LINENO|SOURCE|VERSINFO|REMATCH)' \ 'BASH_COMPLETION?(_DIR)' 'bash+([0-9])?([a-z])' \ EBUILD_KILL_PID PALUDIS_LOADSAVEENV_DIR PALUDIS_DO_NOTHING_SANDBOXY SANDBOX_ACTIVE \ |