]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~80~
authorRoland McGrath <roland@redhat.com>
Sun, 26 Jul 1992 20:57:13 +0000 (20:57 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 26 Jul 1992 20:57:13 +0000 (20:57 +0000)
job.c

diff --git a/job.c b/job.c
index 1e7704131c97de079b15b6a16d8b93c943c66e85..1aac75145726496d3b6ac6063296f85f03cafa86 100644 (file)
--- a/job.c
+++ b/job.c
@@ -621,6 +621,7 @@ start_waiting_job (c)
     {
       /* Put this child on the chain of children waiting
         for the load average to go down.  */
+      c->file->command_state = cs_running;
       c->next = waiting_jobs;
       waiting_jobs = c;
       return;