explicitly set locale to C for sorting so README sorts same on all systems (#348)

This commit is contained in:
Derek Sifford
2018-10-10 05:18:01 -04:00
committed by Adam Stankiewicz
parent fd74d8b2b1
commit ec1c943069

2
build
View File

@@ -130,7 +130,7 @@ update_readme() {
local tf of local tf of
tf="$(mktemp)" tf="$(mktemp)"
of="$(mktemp)" of="$(mktemp)"
sort <<<"$OUTPUT" | grep -vxE '[[:space:]]*' > "$of" LC_ALL=C sort <<<"$OUTPUT" | grep -vxE '[[:space:]]*' > "$of"
awk 'suppress == 0 { awk 'suppress == 0 {
gsub(/<!--Package Count-->[^<]*<!--\/Package Count-->/, gsub(/<!--Package Count-->[^<]*<!--\/Package Count-->/,