]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* src/job.c (child_execute_job): Use newer gnulib findprog version.
authorPaul Smith <psmith@gnu.org>
Fri, 13 Sep 2019 23:56:20 +0000 (19:56 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 16 Sep 2019 12:25:33 +0000 (08:25 -0400)
src/job.c

index 92d48bc5c88f7418afe0ad2c212062d55f91be88..67194d1f55febec8f4f7c7220b66950ed4f5ec37 100644 (file)
--- a/src/job.c
+++ b/src/job.c
@@ -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)