Formerly job.c.~67~

This commit is contained in:
Roland McGrath 1992-05-13 22:28:01 +00:00
parent 792819609a
commit a5a036c101

7
job.c
View File

@ -334,11 +334,8 @@ reap_children (block, err)
child_failed = 0; child_failed = 0;
} }
if (!err) /* If there are more commands to run, try to start them. */
/* If there are more commands to run, try to start them. */ start_job (c);
start_job (c);
else
c->file->command_state = cs_finished;
switch (c->file->command_state) switch (c->file->command_state)
{ {