diff options
author | 2008-01-23 23:40:34 +0000 | |
---|---|---|
committer | 2008-01-23 23:40:34 +0000 | |
commit | 9052338cc5d7d99d87286e006157b8ea9cae6745 (patch) | |
tree | 71aed8ed369bc365695415baf772f12dd8639070 /paludis/repositories/e/ebuild/source_functions.bash | |
parent | 8f2802b20f7a85a5a488be6d4519c7bcf45e3a91 (diff) | |
download | paludis-9052338cc5d7d99d87286e006157b8ea9cae6745.tar.gz paludis-9052338cc5d7d99d87286e006157b8ea9cae6745.tar.xz |
Fix typo.
Diffstat (limited to 'paludis/repositories/e/ebuild/source_functions.bash')
-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 35d0772f2..a22b23a55 100755 --- a/paludis/repositories/e/ebuild/source_functions.bash +++ b/paludis/repositories/e/ebuild/source_functions.bash @@ -25,7 +25,7 @@ ebuild_safe_source() set -- "${@}" \ EUID PPID UID FUNCNAME GROUPS SHELLOPTS \ 'BASH_@(ARGC|ARGV|LINENO|SOURCE|VERSINFO|REMATCH)' \ - 'BASH_COMPLETEION?(_DIR)' 'bash+([0-9])?([a-z])' \ + 'BASH_COMPLETION?(_DIR)' 'bash+([0-9])?([a-z])' \ EBUILD_KILL_PID PALUDIS_LOADSAVEENV_DIR PALUDIS_DO_NOTHING_SANDBOXY SANDBOX_ACTIVE \ PALUDIS_IGNORE_PIVOT_ENV_FUNCTIONS PALUDIS_IGNORE_PIVOT_ENV_VARIABLES |