summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 666c0d7..4c6e4f3 100644
--- a/job.c
+++ b/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;
}