summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-09-23 20:54:06 -0400
committerMike Gilbert <floppym@gentoo.org>2016-09-23 20:56:09 -0400
commit78220396efc1fef53f945870e0b1b5768605a440 (patch)
tree8a1bba1e9ad97e825c5111d45833a728ce94d004 /eclass
parentdev-perl/XML-Feed: Remove old (diff)
downloadgentoo-78220396efc1fef53f945870e0b1b5768605a440.tar.gz
gentoo-78220396efc1fef53f945870e0b1b5768605a440.tar.bz2
gentoo-78220396efc1fef53f945870e0b1b5768605a440.zip
python-utils-r1.eclass: override LC_ALL in _python_check_locale_sanity
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
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} )