mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 10:03:08 +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
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