mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-14 17:10:51 +02:00
refactor variable PMODULES_DEFINED_RELEASES
- new name is ReleaseStages - new name is ReleaseStages
This commit is contained in:
@@ -1302,7 +1302,7 @@ pbuild.build_module() {
|
||||
build_dependency() {
|
||||
local -r m=$1
|
||||
std::debug "${m}: module not available"
|
||||
local rels=( ${PMODULES_DEFINED_RELEASES//:/ } )
|
||||
local rels=( ${ReleaseStages//:/ } )
|
||||
[[ ${dry_run} == yes ]] && \
|
||||
std::die 1 \
|
||||
"%s " \
|
||||
|
||||
Reference in New Issue
Block a user