build-system: bug if systems or used_overlays is not specified in the config file
If the value of ${ModuleConfig['systems']}
is an empty string, then after
readarray -t Systems <<< "${ModuleConfig['systems']}"
Systems
is an array with one element ${s[0]}==''
. But the array Systems
must be an empty list.
Same issue or UsedOverlays
.