* src/job.c (child_execute_job): Use newer gnulib findprog version.

This commit is contained in:
Paul Smith 2019-09-13 19:56:20 -04:00
parent 271e572ba2
commit 8acb89c8c4

View file

@ -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)