projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b8591
)
python-utils-r1.eclass: override LC_ALL in _python_check_locale_sanity
author
Mike Gilbert
<floppym@gentoo.org>
Sat, 24 Sep 2016 00:54:06 +0000
(20:54 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sat, 24 Sep 2016 00:56:09 +0000
(20:56 -0400)
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index 717123cc5f96f844fe62bf6368ab23818400b918..bf833eb990074c910fc7a027ab11bad6b7a62285 100644
(file)
--- 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} )