From 8ad5af7c28e1c113beb23fd0050254a374a05aad Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Nov 1994 06:18:07 +0000 Subject: (start_job_command): Call notice_finished_file for empty command line. --- job.c | 1 + 1 file changed, 1 insertion(+) (limited to 'job.c') 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; } -- cgit v1.2.3