From 436cbcf1eefe4c3f5813801bd2dfcf68a6bde3ad Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 7 Jun 2022 17:29:29 +0200 Subject: [PATCH] modbuild: type fixed in message "No YAML variants file found" --- Pmodules/modbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 0bbcea4..2224939 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -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"