mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 10:03:08 +02:00
build-system: bugfix if 'use_overlays' is empty
This commit is contained in:
@@ -862,6 +862,7 @@ _build_module() {
|
||||
}
|
||||
|
||||
load_overlays(){
|
||||
[[ -n ${ModuleConfig['use_overlays']} ]] || return 0
|
||||
eval "$( "${modulecmd}" bash use ${ModuleConfig['use_overlays']} )"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user