summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-08-11 20:16:45 +0000
committerRoland McGrath <roland@redhat.com>1993-08-11 20:16:45 +0000
commit3c954a048b477132e36be0acc4f4af0c327e5108 (patch)
tree9b5da3c2d63f6a1a207e85118bd7281d9bc63fbb /job.c
parent2f8d1abe7c92d2211f675ec7d119705b5822a03f (diff)
downloadgunmake-3c954a048b477132e36be0acc4f4af0c327e5108.tar.gz
Formerly job.c.~107~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
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,