From 3c954a048b477132e36be0acc4f4af0c327e5108 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Aug 1993 20:16:45 +0000 Subject: Formerly job.c.~107~ --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.c b/job.c index fb0f22e..6172053 100644 --- a/job.c +++ b/job.c @@ -233,7 +233,7 @@ reap_children (block, err) for (c = children; c != 0; c = c->next) { any_remote |= c->remote; - any_locate != ! c->remote; + any_local |= ! c->remote; if (debug_flag) printf ("Live child 0x%08lx PID %d%s\n", (unsigned long int) c, -- cgit v1.2.3