diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 14:41:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 15:04:49 (EST) |
commit | 8849a5a9c038cd707b68b0aecbcaa05a4ab594b4 (patch) | |
tree | 289b57e4a0d7aa480847f8664ad7f35aada3d5bf /tests/exe | |
parent | 8078cbb57602ba24cf3a6e0f8896e762b42757b8 (diff) |
ob-buildenv: Set LC_ALL='C'
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-buildenv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exe/ob-buildenv.sh b/tests/exe/ob-buildenv.sh index f4724ad..463f432 100755 --- a/tests/exe/ob-buildenv.sh +++ b/tests/exe/ob-buildenv.sh @@ -43,4 +43,5 @@ cmd_is 'ob-buildenv' ob-buildenv <<-EOF OPK_TOOL_PREFIX='i686-linux-glibc-' CFLAGS=' -ffile-prefix-map=${PWD}=.' CXXFLAGS=' -ffile-prefix-map=${PWD}=.' + LC_ALL='C' EOF |