We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c730f commit 3778583Copy full SHA for 3778583
1 file changed
scripts/build-peps.sh
@@ -1,9 +1,6 @@
1
#!/bin/sh -ex
2
3
-echo $LANG
4
-locale
5
-locale -a
6
-export LANG=en_US.UTF-8
+export LANG=C.utf8
7
8
mkdir -p build
9
cd build
0 commit comments