From 52eaf2b6104a7d4585f4808340041ca2a723511e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 17 Nov 2023 15:58:26 +0100 Subject: [PATCH] modbuild: std:die() message fixed if config for version is missing --- Pmodules/modbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index b91cf1f..eb7e63f 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -802,7 +802,7 @@ build_modules_yaml_v1(){ done done (( ${#refvar[@]} == 0 )) && \ - std::die 3 "No configuration for version -- $1" + std::die 3 "No configuration for version -- ${version}" return 0 }