modulecmd: bugfix: sed command was not defined

This commit is contained in:
2022-09-13 19:20:16 +02:00
parent fbd4867c3e
commit debde9c152
+1 -1
View File
@@ -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}"