Applying patch from Bas Wijnen <wijnen@debian.org> to correct error messages in Require_stagefile (Closes: #472774).

This commit is contained in:
Daniel Baumann 2008-03-26 10:41:42 +01:00
parent 58544b017b
commit 6204d9a8ba
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ Require_stagefile ()
then then
if [ "${NUMBER}" -eq 1 ] if [ "${NUMBER}" -eq 1 ]
then then
Echo_error "${NAME} missing" Echo_error "${NAME}: ${FILE} missing"
else else
Echo_error "one of ${NAME} is missing" Echo_error "${NAME}: one of ${FILES} is missing"
fi fi
exit 1 exit 1