Actually export locale vars.

master
Icedream 2018-07-18 00:28:12 +02:00
parent 0cd6a7e4b1
commit 17ea9cfd85
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 0 deletions

View File

@ -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