mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-02 20:00:50 +02:00
modbuild: typo in std::die() message fixed
This commit is contained in:
@@ -698,9 +698,10 @@ build_modules_yaml_v1(){
|
||||
std::die 3 "Oops: retrieving keys from:\n${yaml_input}"
|
||||
debug "config keys: ${keys[@]}"
|
||||
for key in "${keys[@]}"; do
|
||||
key="${key,,}"
|
||||
[[ -v dfl[$key] ]] || \
|
||||
std::die 3 "%s -- %s\n%s" \
|
||||
"Ivalid key in configuration" \
|
||||
"Invalid key in configuration" \
|
||||
"${key}" "${yaml_input}"
|
||||
case ${key} in
|
||||
compile_in_sourcetree )
|
||||
|
||||
Reference in New Issue
Block a user