Formerly job.c.~57~
authorRoland McGrath <roland@redhat.com>
Tue, 10 Mar 1992 22:15:30 +0000 (22:15 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 10 Mar 1992 22:15:30 +0000 (22:15 +0000)
job.c

diff --git a/job.c b/job.c
index 77ec21a..0309e2e 100644 (file)
--- a/job.c
+++ b/job.c
@@ -683,7 +683,8 @@ start_job (child)
   if (start_remote_job_p ())
     {
       int is_remote, id, used_stdin;
-      if (start_remote_job (argv, child->good_stdin ? 0 : bad_stdin,
+      if (start_remote_job (argv, child->environment,
+                           child->good_stdin ? 0 : bad_stdin,
                            &is_remote, &id, &used_stdin))
        goto error;
       else