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
|
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
|
||||||
|
|
Loading…
Reference in New Issue