modulecmd.bash.in: bugfix in subcommand_load()

- quoting fixed
This commit is contained in:
Achim Gsell
2021-02-02 09:31:09 +01:00
parent 4f7d430af2
commit 9e55b7a8f9
+1 -1
View File
@@ -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[@]}"