mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 10:03:08 +02:00
modulecmd.bash.in: bugfix in subcommand_load()
- quoting fixed
This commit is contained in:
@@ -1276,7 +1276,7 @@ subcommand_use() {
|
||||
if [[ ! ${Overlays[${overlay}]} ]]; then
|
||||
Overlays[${overlay}]=${modifier}
|
||||
|
||||
PMODULES_OVERLAYS+=":${overlay}""
|
||||
PMODULES_OVERLAYS+=":${overlay}"
|
||||
export_env PMODULES_OVERLAYS
|
||||
g_env_must_be_saved='yes'
|
||||
scan_groups "${!Overlays[@]}"
|
||||
|
||||
Reference in New Issue
Block a user