From: Ulrich Drepper Date: Tue, 22 Aug 2000 07:53:41 +0000 (+0000) Subject: Improve error handling by printing more information. X-Git-Tag: cvs/glibc-2_1_93~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9397b86492cb84c4a042772b6e87f69983a7d6a;p=thirdparty%2Fglibc.git Improve error handling by printing more information. --- diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh index c4a698b5b29..d47f20911f6 100644 --- a/localedata/sort-test.sh +++ b/localedata/sort-test.sh @@ -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