mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly job.c.~67~
This commit is contained in:
parent
792819609a
commit
a5a036c101
1 changed files with 2 additions and 5 deletions
7
job.c
7
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue