(start_job_command): Call notice_finished_file for empty command line.
authorRoland McGrath <roland@redhat.com>
Tue, 1 Nov 1994 06:18:07 +0000 (06:18 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 1 Nov 1994 06:18:07 +0000 (06:18 +0000)
job.c

diff --git a/job.c b/job.c
index 666c0d7..4c6e4f3 100644 (file)
--- 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;
     }