From a5afd75a5e4f7d4f1ad9c7cf63ed3364a634ba4b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 30 Jun 2022 10:33:22 +0200 Subject: [PATCH] modbuild(function): no need to load System:bash any more --- Pmodules/bash | 1 - 1 file changed, 1 deletion(-) diff --git a/Pmodules/bash b/Pmodules/bash index 4e9044c..1adbc65 100644 --- a/Pmodules/bash +++ b/Pmodules/bash @@ -45,7 +45,6 @@ export -f module modbuild(){ ( - eval $("${PMODULES_HOME}/bin/modulecmd" bash load System:bash) "${PMODULES_HOME}/bin/modbuild" "$@" ) }