From: Mike Gilbert Date: Sat, 24 Sep 2016 00:54:06 +0000 (-0400) Subject: python-utils-r1.eclass: override LC_ALL in _python_check_locale_sanity X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=78220396efc1fef53f945870e0b1b5768605a440;p=gentoo.git python-utils-r1.eclass: override LC_ALL in _python_check_locale_sanity --- diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 717123cc5f96..bf833eb99007 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1207,7 +1207,7 @@ python_fix_shebang() { # Check whether the specified locale sanely maps between lowercase # and uppercase ASCII characters. _python_check_locale_sanity() { - local -x LC_CTYPE=${1} + local -x LC_ALL=${1} local IFS= local lc=( {a..z} )