Pmodules/modulecmd.bash.in

- bugfix in pbuild::export_env()
This commit is contained in:
2016-07-27 18:46:55 +02:00
parent 1b61be996b
commit 6280d76767
+1 -1
View File
@@ -46,7 +46,7 @@ pbuild::export_env() {
shift
case ${shell} in
bash )
local -r fmt="export %s=\"%s\""
local -r fmt="export %s=\"%s\"; "
;;
tcsh )
local -r fmt="setenv %s \"%s\""