зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324240 - Also set LANGUAGE environment variable to ensure svn uses English instead of the OS locale. r=Waldo
--HG-- extra : rebase_source : b0d476ca4cc51982411072f576e44b87eb1020ed extra : histedit_source : 1c79056745316d2689d60ad9129d881dbbec0aec
This commit is contained in:
Родитель
4016e83b57
Коммит
478bf14a1e
|
@ -19,6 +19,7 @@ export TZ=UTC
|
|||
|
||||
# Also ensure SVN-INFO is consistently English.
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
icu_dir=`dirname $0`/icu
|
||||
|
|
|
@ -14,6 +14,7 @@ export TZ=UTC
|
|||
|
||||
# Also ensure SVN-INFO is consistently English.
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
# Path to icupkg executable, typically located at $ICU_DIR/bin/icupkg.
|
||||
|
|
Загрузка…
Ссылка в новой задаче