summaryrefslogtreecommitdiff
path: root/unpack_lib_posix.sh
diff options
context:
space:
mode:
authortomfinegan@chromium.org <tomfinegan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-03-28 00:05:23 +0000
committertomfinegan@chromium.org <tomfinegan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-03-28 00:05:23 +0000
commita7ffde18ed261f2d570e0d9cb2ddc5ffc204b5eb (patch)
tree39b410ae2b5a9bdcd0676bdeb8bacdcd6fb94053 /unpack_lib_posix.sh
parentc0c24abbd8c2e60ca231c882c33741ac501b4703 (diff)
downloadlibvpx-a7ffde18ed261f2d570e0d9cb2ddc5ffc204b5eb.tar.gz
libvpx: Set LC_ALL to C in shell scripts.
Avoid odd changes in sort order by explicitly using the same locale for generation on all systems. Context: https://codereview.chromium.org/215023004/ Review URL: https://codereview.chromium.org/215603003 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@260035 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'unpack_lib_posix.sh')
-rwxr-xr-xunpack_lib_posix.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/unpack_lib_posix.sh b/unpack_lib_posix.sh
index 66e1cc0..701207f 100755
--- a/unpack_lib_posix.sh
+++ b/unpack_lib_posix.sh
@@ -13,6 +13,8 @@
# f - List of files to extract.
#
+export LC_ALL=C
+
# Avoid things like -n messing up the grepping below.
unset GREP_OPTIONS