cleanup, re-factoring, minor fixes, comments added

This commit is contained in:
2022-07-12 16:21:21 +02:00
parent 48ea630332
commit a7c50a9459
4 changed files with 831 additions and 790 deletions
+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' 'find' 'yq'
'rm' 'sort' 'yq'
if [[ ${PMODULES_PURETCL} == yes ]]; then
declare -r modulecmd="${libexecdir}/modulecmd.tcl"