Formerly job.c.~61~
authorRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 01:10:14 +0000 (01:10 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 01:10:14 +0000 (01:10 +0000)
job.c

diff --git a/job.c b/job.c
index f527cf6..1b8a4af 100644 (file)
--- a/job.c
+++ b/job.c
@@ -221,7 +221,7 @@ reap_children (block, err)
 
       /* First, check for remote children.  */
       pid = remote_status (&exit_code, &exit_sig, &coredump, 0);
-      if (pid < 0)
+      if (pid <= 0)
        {
          /* No remote children.  Check for local children.  */