summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bash/bash/execute_cmd.patch10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-extended/bash/bash/execute_cmd.patch b/meta/recipes-extended/bash/bash/execute_cmd.patch
index 81f8f0a9cd..9970b4d8f9 100644
--- a/meta/recipes-extended/bash/bash/execute_cmd.patch
+++ b/meta/recipes-extended/bash/bash/execute_cmd.patch
@@ -1,8 +1,10 @@
1Upstream-Status: Inappropriate [embedded specific] 1Upstream-Status: Inappropriate [embedded specific]
2 2
3--- execute_cmd.c.orig Fri Jun 3 13:34:42 2011 3Index: execute_cmd.c
4+++ execute_cmd.c Fri Jun 3 13:36:41 2011 4===================================================================
5@@ -2202,7 +2202,11 @@ 5--- execute_cmd.c.orig
6+++ execute_cmd.c
7@@ -2459,7 +2459,11 @@ execute_pipeline (command, asynchronous,
6 /* If the `lastpipe' option is set with shopt, and job control is not 8 /* If the `lastpipe' option is set with shopt, and job control is not
7 enabled, execute the last element of non-async pipelines in the 9 enabled, execute the last element of non-async pipelines in the
8 current shell environment. */ 10 current shell environment. */
@@ -13,5 +15,5 @@ Upstream-Status: Inappropriate [embedded specific]
13+#endif 15+#endif
14+ asynchronous == 0 && pipe_out == NO_PIPE && prev > 0) 16+ asynchronous == 0 && pipe_out == NO_PIPE && prev > 0)
15 { 17 {
16 lstdin = move_to_high_fd (0, 0, 255); 18 lstdin = move_to_high_fd (0, 1, -1);
17 if (lstdin > 0) 19 if (lstdin > 0)