mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
commit bash-20110812 snapshot
This commit is contained in:
+2
-1
@@ -592,7 +592,8 @@ execute_command_internal (command, asynchronous, pipe_in, pipe_out,
|
||||
close_pipes (pipe_in, pipe_out);
|
||||
|
||||
#if defined (PROCESS_SUBSTITUTION) && defined (HAVE_DEV_FD)
|
||||
unlink_fifo_list ();
|
||||
if (variable_context == 0) /* wait until shell function completes */
|
||||
unlink_fifo_list ();
|
||||
#endif
|
||||
/* If we are part of a pipeline, and not the end of the pipeline,
|
||||
then we should simply return and let the last command in the
|
||||
|
||||
Reference in New Issue
Block a user