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

(cherry picked from commit fdc09cdbbc)

3237a5b1 build-system: bugfix in loading required overlays

Co-authored-by: gsell <achim.gsell@psi.ch>
This commit is contained in:
2024-09-05 17:03:06 +02:00
parent e853159fc7
commit 595fb6b56e
+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']} )"
}
#......................................................................