Formerly job.c.~67~
authorRoland McGrath <roland@redhat.com>
Wed, 13 May 1992 22:28:01 +0000 (22:28 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 13 May 1992 22:28:01 +0000 (22:28 +0000)
job.c

diff --git a/job.c b/job.c
index a842dda..f1c919d 100644 (file)
--- 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)
                {