Fix make compile error.
Todas as verificações foram bem sucedidas
continuous-integration/drone/push Build is passing
Todas as verificações foram bem sucedidas
continuous-integration/drone/push Build is passing
Esse commit está contido em:
pai
04edfa61dd
commit
952db3582a
13
patches/make/4.3/001-fix-find_in_given_path.patch
Arquivo normal
13
patches/make/4.3/001-fix-find_in_given_path.patch
Arquivo normal
@ -0,0 +1,13 @@
|
||||
diff --git a/src/job.c b/src/job.c
|
||||
index d6e28d3..f8f6950 100644
|
||||
--- a/src/job.c
|
||||
+++ b/src/job.c
|
||||
@@ -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, 0, false);
|
||||
}
|
||||
|
||||
if (!cmd)
|
Carregando…
Referência em uma nova issue
Block a user