diff options
author | 2010-08-21 11:02:58 +0100 | |
---|---|---|
committer | 2010-08-21 14:58:14 +0100 | |
commit | 417f226c87b91f31319096fec27d24d506318cf8 (patch) | |
tree | bea55d350233ccf9f872d70d89ed23d705b5db1c | |
parent | 56736ebc0e42dd80ba091569e9d0d3674364a85f (diff) | |
download | paludis-417f226c87b91f31319096fec27d24d506318cf8.tar.gz paludis-417f226c87b91f31319096fec27d24d506318cf8.tar.xz |
Don't tinker with pipe FDs
-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 31db62c36..2694661d0 100755 --- a/paludis/repositories/e/ebuild/source_functions.bash +++ b/paludis/repositories/e/ebuild/source_functions.bash @@ -41,7 +41,8 @@ ebuild_safe_source() '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 \ - PALUDIS_IGNORE_PIVOT_ENV_FUNCTIONS PALUDIS_IGNORE_PIVOT_ENV_VARIABLES + PALUDIS_IGNORE_PIVOT_ENV_FUNCTIONS PALUDIS_IGNORE_PIVOT_ENV_VARIABLES \ + PALUDIS_PIPE_COMMAND_READ_FD PALUDIS_PIPE_COMMAND_WRITE_FD trap DEBUG set -T |