Actually export locale vars.
parent
0cd6a7e4b1
commit
17ea9cfd85
|
@ -57,9 +57,11 @@ if [ -d "$HOME/Library/Python/2.7" ]; then
|
||||||
fi
|
fi
|
||||||
if [ -z "$LC_ALL" ]; then
|
if [ -z "$LC_ALL" ]; then
|
||||||
source <(locale | grep '^LC_ALL=')
|
source <(locale | grep '^LC_ALL=')
|
||||||
|
export LC_ALL
|
||||||
fi
|
fi
|
||||||
if [ -z "$LANG" ]; then
|
if [ -z "$LANG" ]; then
|
||||||
source <(locale | grep '^LANG=')
|
source <(locale | grep '^LANG=')
|
||||||
|
export LANG
|
||||||
fi
|
fi
|
||||||
section_end
|
section_end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue