From 19142fcfd4afd0123021eee17f8d1f588efe83a8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 26 Jul 1992 20:57:13 +0000 Subject: Formerly job.c.~80~ --- job.c | 1 + 1 file changed, 1 insertion(+) diff --git a/job.c b/job.c index 1e77041..1aac751 100644 --- 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; -- cgit v1.2.3