mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +00:00
(start_job_command): Call notice_finished_file for empty command line.
This commit is contained in:
parent
857d7ad256
commit
8ad5af7c28
1 changed files with 1 additions and 0 deletions
1
job.c
1
job.c
|
@ -595,6 +595,7 @@ start_job_command (child)
|
|||
if (job_next_command (child))
|
||||
start_job_command (child);
|
||||
child->file->update_status = 0;
|
||||
notice_finished_file (child->file);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue