Skip to content

Commit 058185a

Browse files
committed
Ensure that calls to sort do not depend on locale
Fixes: #3934 (comment) (backport <#4026>) (cherry picked from commit a88c0d3)
1 parent 5109d52 commit 058185a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/style.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ else
1818
exit 1
1919
fi
2020

21+
# Ensure that `sort` output is not locale-dependent
22+
export LC_ALL=C
23+
2124
for file in libc-test/semver/*.txt; do
2225
case "$file" in
2326
*TODO*) continue ;;

0 commit comments

Comments
 (0)