summaryrefslogtreecommitdiff
path: root/app-shells/bash/files/bash-3.2-process-subst.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash/files/bash-3.2-process-subst.patch')
-rw-r--r--app-shells/bash/files/bash-3.2-process-subst.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/files/bash-3.2-process-subst.patch b/app-shells/bash/files/bash-3.2-process-subst.patch
index bd0b3f4e1792..94877c62b316 100644
--- a/app-shells/bash/files/bash-3.2-process-subst.patch
+++ b/app-shells/bash/files/bash-3.2-process-subst.patch
@@ -1,7 +1,7 @@
Fix process substitution on BSD
---- execute_cmd.c
-+++ execute_cmd.c
+--- a/execute_cmd.c
++++ b/execute_cmd.c
@@ -2672,6 +2672,7 @@
do_piping (pipe_in, pipe_out);