diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-10-20 18:47:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-10-20 18:47:49 +0000 |
commit | ac392c19f6919943ac4f940c8b6468bf59ffc6b0 (patch) | |
tree | 28158e9606fa293fab5a38bac650c5484db1e13b | |
parent | 72b32de9c7e3efe3026cb9f5cec3aea4f0e9f121 (diff) | |
download | mandoc-ac392c19f6919943ac4f940c8b6468bf59ffc6b0.tar.gz |
typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |