Merge branch '351-build-system-loading-overlays-fails-if-more-than-one-overlay-has-to-be-loaded' into 'master'

Resolve "build-system: loading overlays fails if more than one overlay has to be loaded"

Closes #351

See merge request Pmodules/src!349
This commit is contained in:
2024-09-05 17:02:44 +02:00
+1 -1
View File
@@ -986,7 +986,7 @@ _build_module() {
}
load_overlays(){
eval "$( "${modulecmd}" bash use "${Config['use_overlays']}" )"
eval "$( "${modulecmd}" bash use ${Config['use_overlays']} )"
}
#......................................................................