diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-11 20:16:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-11 20:16:45 +0000 |
commit | 3c954a048b477132e36be0acc4f4af0c327e5108 (patch) | |
tree | 9b5da3c2d63f6a1a207e85118bd7281d9bc63fbb | |
parent | 2f8d1abe7c92d2211f675ec7d119705b5822a03f (diff) | |
download | gunmake-3c954a048b477132e36be0acc4f4af0c327e5108.tar.gz |
Formerly job.c.~107~
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |