diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index d3f052a..7d1da8c 100755 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -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\""