From: Roland McGrath Date: Tue, 10 Mar 1992 22:15:30 +0000 (+0000) Subject: Formerly job.c.~57~ X-Git-Tag: 3.70.2~837 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8da2a788346efe759f1d539fd0d8edd3ee0ecad3;p=thirdparty%2Fmake.git Formerly job.c.~57~ --- diff --git a/job.c b/job.c index 77ec21a2..0309e2e7 100644 --- 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