Skip to content

Commit db36457

Browse files
authored
Merge pull request #4026 from tgross35/no-locale-sort
Ensure that calls to `sort` do not depend on locale
2 parents d9b2927 + a88c0d3 commit db36457

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/style.sh

+3
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)