mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
* src/job.c (child_execute_job): Use newer gnulib findprog version.
This commit is contained in:
parent
271e572ba2
commit
8acb89c8c4
1 changed files with 1 additions and 1 deletions
|
@ -2371,7 +2371,7 @@ child_execute_job (struct childbase *child, int good_stdin, char **argv)
|
|||
break;
|
||||
}
|
||||
|
||||
cmd = (char *)find_in_given_path (argv[0], p);
|
||||
cmd = (char *)find_in_given_path (argv[0], p, 0);
|
||||
}
|
||||
|
||||
if (!cmd)
|
||||
|
|
Loading…
Reference in a new issue