We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2d0db commit 2b77601Copy full SHA for 2b77601
1 file changed
scripts/build-peps.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh -ex
2
3
+export LANG=en_US.UTF-8
4
+
5
mkdir -p build
6
cd build
7
if [ ! -d peps ]; then
0 commit comments