diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-->/, |