mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 00:57:58 +02:00
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 commitfdc09cdbbc)3237a5b1build-system: bugfix in loading required overlays Co-authored-by: gsell <achim.gsell@psi.ch>
This commit is contained in:
@@ -986,7 +986,7 @@ _build_module() {
|
||||
}
|
||||
|
||||
load_overlays(){
|
||||
eval "$( "${modulecmd}" bash use "${Config['use_overlays']}" )"
|
||||
eval "$( "${modulecmd}" bash use ${Config['use_overlays']} )"
|
||||
}
|
||||
|
||||
#......................................................................
|
||||
|
||||
Reference in New Issue
Block a user