modbuild: typo in std::die() message fixed

This commit is contained in:
2023-11-17 15:57:37 +01:00
parent 01d33c5641
commit fea05585f7
+2 -1
View File
@@ -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 )