Merge branch 'cherry-pick-afdaa632' into '1.1.22'

Merge branch '361-build-system-bug-in-loading-used-overlays' into 'master'

See merge request Pmodules/src!370
This commit is contained in:
2024-09-20 09:38:29 +02:00
+1
View File
@@ -862,6 +862,7 @@ _build_module() {
}
load_overlays(){
[[ -n ${ModuleConfig['use_overlays']} ]] || return 0
eval "$( "${modulecmd}" bash use ${ModuleConfig['use_overlays']} )"
}