aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/template/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/template/init.sh')
-rwxr-xr-xtest-suite/coq-makefile/template/init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/template/init.sh b/test-suite/coq-makefile/template/init.sh
index 803fe8029..c4bd11c57 100755
--- a/test-suite/coq-makefile/template/init.sh
+++ b/test-suite/coq-makefile/template/init.sh
@@ -2,6 +2,7 @@ set -e
set -o pipefail
export PATH=$COQBIN:$PATH
+export LC_ALL=C
rm -rf theories src Makefile Makefile.conf tmp
git clean -dfx || true