From a5a036c1011d16e1684a98b703d9c726a238d153 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 13 May 1992 22:28:01 +0000 Subject: [PATCH] Formerly job.c.~67~ --- job.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/job.c b/job.c index a842dda..f1c919d 100644 --- a/job.c +++ b/job.c @@ -334,11 +334,8 @@ reap_children (block, err) child_failed = 0; } - if (!err) - /* If there are more commands to run, try to start them. */ - start_job (c); - else - c->file->command_state = cs_finished; + /* If there are more commands to run, try to start them. */ + start_job (c); switch (c->file->command_state) { -- 2.7.4