mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
Pmodules/libpbuild.bash: pbuild::make_all(): check whether ModuleGroup is set, if not abort
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user