source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
@ 2016-10-20 18:48 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2016-10-20 18:48 UTC (permalink / raw)
  To: source

Log Message:
-----------
typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/

Modified Files:
--------------
    mdocml:
        configure

Revision Data
-------------
Index: configure
===================================================================
RCS file: /home/cvs/mdocml/mdocml/configure,v
retrieving revision 1.52
retrieving revision 1.53
diff -Lconfigure -Lconfigure -u -p -r1.52 -r1.53
--- configure
+++ configure
@@ -185,7 +185,7 @@ runtest() {
 # Select a UTF-8 locale.
 get_locale() {
 	[ -n "${HAVE_WCHAR}" ] && [ "${HAVE_WCHAR}" -eq 0 ] && return 0
-	ismanual UTF8_LOCALE UTF_LOCALE "$UTF8_LOCALE" && return 0
+	ismanual UTF8_LOCALE UTF8_LOCALE "$UTF8_LOCALE" && return 0
 	echo "UTF8_LOCALE: testing..." 1>&3
 	UTF8_LOCALE=`locale -a | grep -i '^en_US\.UTF-*8$' | head -n 1`
 	if [ -z "${UTF8_LOCALE}" ]; then
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-20 18:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20 18:48 mdocml: typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/ schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).