Follow-up to #13454: Fix broken build by exporting LC_ALL=C

This commit is contained in:
practicalswift 2018-06-18 14:20:18 +02:00
parent 45c00f8416
commit 7b23e6e13f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
# Make sure we explicitly open all text files using UTF-8 (or ASCII) encoding to
# avoid potential issues on the BSDs where the locale is not always set.
export LC_ALL=C
EXIT_CODE=0
OUTPUT=$(git grep " open(" -- "*.py" | grep -vE "encoding=.(ascii|utf8|utf-8)." | grep -vE "open\([^,]*, ['\"][^'\"]*b[^'\"]*['\"]")
if [[ ${OUTPUT} != "" ]]; then