summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-13 22:28:01 +0000
committerRoland McGrath <roland@redhat.com>1992-05-13 22:28:01 +0000
commita5a036c1011d16e1684a98b703d9c726a238d153 (patch)
tree2a618064163f97b80d6871b9343181da87b16795
parent792819609af9af8679b8b271a74c86bbc49686bd (diff)
downloadgunmake-a5a036c1011d16e1684a98b703d9c726a238d153.tar.gz
Formerly job.c.~67~
-rw-r--r--job.c7
1 files 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)
{