1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

* maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic.

This commit is contained in:
Jim Meyering
2008-06-14 22:26:29 +02:00
parent 1463824d8e
commit 9823682c2f
+1 -1
View File
@@ -479,7 +479,7 @@ sc_proper_name_utf8_requires_ICONV:
|| { fail=1; echo 1>&2 "$(ME): $$p uses proper_name_utf8"; }; \
done; \
test $$fail = 1 && \
{ echo 1>&2 '$(ME): the above not link with any ICONV library'; \
{ echo 1>&2 '$(ME): the above do not link with any ICONV library'; \
exit 1; } || :; \
fi