diff options
author | 2014-05-27 19:54:43 +0100 | |
---|---|---|
committer | 2014-05-27 19:54:43 +0100 | |
commit | 5d893d669d71875a8a36b06e0e15e3badc96092b (patch) | |
tree | e2b079418271445b57676256d438cf5b20de6f37 | |
parent | 63c807c0b85607a2993006069d66cb7c0a9fdf59 (diff) | |
download | paludis-5d893d669d71875a8a36b06e0e15e3badc96092b.tar.gz paludis-5d893d669d71875a8a36b06e0e15e3badc96092b.tar.xz |
Filter BASHPID
Apparently needed for pbins with bash 4.2, according to reports
on paludis-user@.
-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 2694661d0..58b932799 100755 --- a/paludis/repositories/e/ebuild/source_functions.bash +++ b/paludis/repositories/e/ebuild/source_functions.bash @@ -37,7 +37,7 @@ ebuild_need_extglob() ebuild_safe_source() { set -- "${@}" '[^a-zA-Z_]*' '*[^a-zA-Z0-9_]*' \ - EUID PPID UID FUNCNAME GROUPS SHELLOPTS BASHOPTS IFS \ + EUID PPID UID FUNCNAME GROUPS SHELLOPTS BASHOPTS BASHPID 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 \ |