summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
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,