* src/job.c (child_execute_job): Update gnulib find_in_given_path()

Copyright-paperwork-exempt: yes
This commit is contained in:
Pete Dietl 2020-12-31 15:55:19 -08:00 committed by Paul Smith
parent 76a099997b
commit c5c02accb7

View file

@ -2391,7 +2391,7 @@ child_execute_job (struct childbase *child, int good_stdin, char **argv)
}
}
cmd = (char *)find_in_given_path (argv[0], p, 0);
cmd = (char *)find_in_given_path (argv[0], p, NULL, 0);
}
if (!cmd)