Bug 1324240 - Ensure every aspect of SVN-INFO is consistently localized to English, rather than picking up the arbitrary locale of the last person to perform an update. r=anba

--HG--
extra : rebase_source : ea3bb6f366fef58acc22bfa178127dca9dcb56cb
This commit is contained in:
Jeff Walden 2016-12-19 15:20:51 -05:00
Родитель 454c1aa242
Коммит 619e6dfa67
3 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -6,5 +6,5 @@ Repository UUID: 251d0590-4201-4cf1-90de-194747b24ca1
Node Kind: directory
Last Changed Author: yoshito
Last Changed Rev: 39512
Last Changed Date: 2016-11-29 08:30:43 +0000 (Di, 29 Nov 2016)
Last Changed Date: 2016-11-29 08:30:43 +0000 (Tue, 29 Nov 2016)

Просмотреть файл

@ -17,8 +17,9 @@ fi
# so that this script's behavior is consistent when run from any time zone.
export TZ=UTC
# Also ensure SVN-INFO isn't localized.
export LANG=C
# Also ensure SVN-INFO is consistently English.
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
icu_dir=`dirname $0`/icu

Просмотреть файл

@ -12,8 +12,9 @@ set -e
# so that this script's behavior is consistent when run from any time zone.
export TZ=UTC
# Also ensure SVN-INFO isn't localized.
export LANG=C
# Also ensure SVN-INFO is consistently English.
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Path to icupkg executable, typically located at $ICU_DIR/bin/icupkg.
icu_pkg=