modbuild: type fixed in message "No YAML variants file found"

This commit is contained in:
2022-06-07 17:29:29 +02:00
parent cae2a10b4e
commit 436cbcf1ee
+1 -1
View File
@@ -446,7 +446,7 @@ build_modules_yaml(){
[[ -r "${fname}" ]] && break
done
[[ ${fname} == '__zzzzz__' ]] && \
std::die 3 "New suitable YAML variants file found"
std::die 3 "No suitable YAML variants file found"
echo "Using ${fname}..."
yaml_get_versions(){
local -n _result="$1"