mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-03 04:10:50 +02:00
modulecmd: bugfix: sed command was not defined
This commit is contained in:
@@ -30,7 +30,7 @@ declare -r os_name="$(uname -s)"
|
||||
path="${libexecdir}:/bin:/usr/bin"
|
||||
std::def_cmds "${path}" \
|
||||
'awk' 'base64' 'find' 'getopt' 'logger' 'mktemp' \
|
||||
'rm' 'sort' 'yq'
|
||||
'rm' 'sed' 'sort' 'yq'
|
||||
|
||||
if [[ -n ${TCLLIBPATH} ]]; then
|
||||
declare -x TCLLIBPATH="${PMODULES_HOME}/lib/Pmodules:${TCLLIBPATH}"
|
||||
|
||||
Reference in New Issue
Block a user