From d54990695f334d205fa846c42b6e0f2afd3c47f5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Mar 2008 10:41:42 +0100 Subject: Applying patch from Bas Wijnen to correct error messages in Require_stagefile (Closes: #472774). --- functions/stagefile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/stagefile.sh b/functions/stagefile.sh index 810279b..a098a49 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -62,9 +62,9 @@ Require_stagefile () then if [ "${NUMBER}" -eq 1 ] then - Echo_error "${NAME} missing" + Echo_error "${NAME}: ${FILE} missing" else - Echo_error "one of ${NAME} is missing" + Echo_error "${NAME}: one of ${FILES} is missing" fi exit 1 -- cgit v1.0