opnsense-ports/devel/concurrencykit/files/patch-configure
Franco Fichtner 81d91ce006 */*: sync with upstream
Taken from: HardenedBSD
2018-11-01 21:54:36 +01:00

13 lines
261 B
Text

--- configure.orig 2018-07-15 19:01:39 UTC
+++ configure
@@ -512,6 +512,10 @@ pathsearch()
what=$1
oldFS="$IFS"
IFS=":"
+ if test -x "$what" ; then
+ echo "$what";
+ return
+ fi
for d in $PATH ; do
if test -x "$d/$what" ; then
echo "$d/$what";