Skip to content

Commit 2b77601

Browse files
committed
Try setting LANG
1 parent 7f2d0db commit 2b77601

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/build-peps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh -ex
22

3+
export LANG=en_US.UTF-8
4+
35
mkdir -p build
46
cd build
57
if [ ! -d peps ]; then

0 commit comments

Comments
 (0)