Applying patch from Bas Wijnen <wijnen@debian.org> to correct error messages in Require_stagefile (Closes: #472774).
This commit is contained in:
parent
58544b017b
commit
6204d9a8ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue