mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
fix for EXIT trap in -c command; suspend -f now suspends even if job control is not enabled
This commit is contained in:
@@ -2515,6 +2515,9 @@ 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 == '|')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user