Improve error handling by printing more information.

This commit is contained in:
Ulrich Drepper 2000-08-22 07:53:41 +00:00
parent 64f6b8f3cd
commit a9397b8649

View File

@ -26,6 +26,7 @@ for l in $lang; do
if test $here -eq 0; then
echo "$l OK"
else
echo "$l FAIL"
status=1
fi
done