make/tests/scripts/misc
Paul Smith 0c326a66c9 [SV 57674] Use the system default PATH if $PATH is not set
When using execvp() if $PATH is not present in the environment
it will automatically search the system default PATH string.  Emulate
this by passing the system default PATH to find_in_given_path() if
we don't find PATH in the environment.

* src/job.c (child_execute_job): Use confstr(_CS_PATH) if PATH is not
found.
2020-04-01 02:02:57 -04:00
..
bs-nl
close_stdout
fopen-fail
general1
general2
general3 * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
general4 [SV 57674] Use the system default PATH if $PATH is not set 2020-04-01 02:02:57 -04:00
utf8