diff options
author | Roland McGrath <roland@redhat.com> | 1992-03-10 22:15:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-03-10 22:15:30 +0000 |
commit | 8da2a788346efe759f1d539fd0d8edd3ee0ecad3 (patch) | |
tree | 79b27f051341984cfaea6b831d2fbcf55c6a52d3 /job.c | |
parent | 1fc97863a0ba8ace4f640a8d40c06d3fd1e560fa (diff) | |
download | gunmake-8da2a788346efe759f1d539fd0d8edd3ee0ecad3.tar.gz |
Formerly job.c.~57~
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |