mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
Formerly job.c.~57~
This commit is contained in:
parent
1fc97863a0
commit
8da2a78834
1 changed files with 2 additions and 1 deletions
3
job.c
3
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
|
||||
|
|
Loading…
Reference in a new issue