always add Pmodules libexec dir to search path to find and set binaries

This commit is contained in:
2022-06-07 09:49:11 +02:00
parent 1f7e9340e4
commit 71671f9ff3
+1 -2
View File
@@ -27,8 +27,7 @@ source "${libdir}/libpmodules.bash"
declare -r os_name="$(uname -s)"
path="/bin:/usr/bin"
[[ ${os_name} == 'Darwin' ]] && path="${libexecdir}:${path}"
path="${libexecdir}:/bin:/usr/bin"
std::def_cmds "${path}" \
'awk' 'base64' 'find' 'getopt' 'logger' 'mktemp' \
'rm' 'sort' 'find' 'yq'