diff options
author | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-07 11:50:05 +0200 |
---|---|---|
committer | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-27 12:23:25 +0200 |
commit | 414326952cd6086ebc491413e8cf58a60ad857a4 (patch) | |
tree | b6a5d7c3554d92572512a0067dfa81c556b02f20 /.travis/test_05_before_script.sh | |
parent | 728c82d029fc477ff3cb2681730ed57809cdc981 (diff) |
use export LC_ALL=C.UTF-8
Diffstat (limited to '.travis/test_05_before_script.sh')
-rwxr-xr-x | .travis/test_05_before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_05_before_script.sh b/.travis/test_05_before_script.sh index eeeceed57d..70caee979c 100755 --- a/.travis/test_05_before_script.sh +++ b/.travis/test_05_before_script.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 DOCKER_EXEC echo \> \$HOME/.bitcoin # Make sure default datadir does not exist and is never read by creating a dummy file |