Pmodules/libpbuild.bash: pbuild::make_all(): check whether ModuleGroup is set, if not abort

This commit is contained in:
2018-08-15 16:26:17 +02:00
parent e1a8c4eb6e
commit 4516285fa8
+6
View File
@@ -432,6 +432,12 @@ pbuild::make_all() {
local variant=''
local depend_release=''
local -a runtime_dependencies=()
#
# everything set up?
#
[[ -n ${ModuleGroup} ]] || std::die 5 "Module group not set! Aborting ..."
#
# helper functions
#