modbuild(function): no need to load System:bash any more

This commit is contained in:
2022-06-30 10:33:22 +02:00
parent efb26ea8b6
commit a5afd75a5e
-1
View File
@@ -45,7 +45,6 @@ export -f module
modbuild(){
(
eval $("${PMODULES_HOME}/bin/modulecmd" bash load System:bash)
"${PMODULES_HOME}/bin/modbuild" "$@"
)
}