mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-24 16:47:58 +02:00
Pmodules/modulecmd.bash.in
- bugfix in pbuild::export_env()
This commit is contained 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\""
|
||||
|
||||
Reference in New Issue
Block a user