aboutsummaryrefslogtreecommitdiff
path: root/.travis/test_03_before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/test_03_before_install.sh')
-rwxr-xr-x.travis/test_03_before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_03_before_install.sh b/.travis/test_03_before_install.sh
index 8026a96f89..d091a67ca9 100755
--- a/.travis/test_03_before_install.sh
+++ b/.travis/test_03_before_install.sh
@@ -4,7 +4,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-export LC_ALL=C
+export LC_ALL=C.UTF-8
PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
export PATH