Fixup locale.

This commit is contained in:
David Tomaschik
2019-08-25 22:24:15 -07:00
parent b920e94cc5
commit 748b113fe9

View File

@@ -47,7 +47,7 @@ export GPG_ID=7FD58D9A196DCEEEAD671F94F4D7A7915DEA789B
# Setup locale # Setup locale
if test -x /usr/bin/locale ; then if test -x /usr/bin/locale ; then
for l in en_US.UTF-8 C.UTF-8 C ; do for l in en_US.utf8 C.UTF-8 C ; do
if /usr/bin/locale -a | grep -q "${l}" ; then if /usr/bin/locale -a | grep -q "${l}" ; then
export LC_CTYPE=${l} export LC_CTYPE=${l}
export LC_NUMERIC=${l} export LC_NUMERIC=${l}