fix race condition in builtins Makefile

This commit is contained in:
Chet Ramey
2022-05-31 09:55:01 -04:00
parent daff9ecae9
commit eed646cc60
5 changed files with 69 additions and 22 deletions
-3
View File
@@ -2515,9 +2515,6 @@ execute_pipeline (command, asynchronous, pipe_in, pipe_out, fds_to_close)
prev = pipe_in;
cmd = command;
if (asynchronous)
itrace("execute_pipeline: asynchronous = 1");
while (cmd && cmd->type == cm_connection &&
cmd->value.Connection && cmd->value.Connection->connector == '|')
{