summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 381279c3..9916bfd0 100755
--- a/build
+++ b/build
@@ -130,7 +130,7 @@ update_readme() {
local tf of
tf="$(mktemp)"
of="$(mktemp)"
- sort <<<"$OUTPUT" | grep -vxE '[[:space:]]*' > "$of"
+ LC_ALL=C sort <<<"$OUTPUT" | grep -vxE '[[:space:]]*' > "$of"
awk 'suppress == 0 {
gsub(/<!--Package Count-->[^<]*<!--\/Package Count-->/,