mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
explicitly set locale to C for sorting so README sorts same on all systems (#348)
This commit is contained in:
committed by
Adam Stankiewicz
parent
fd74d8b2b1
commit
ec1c943069
2
build
2
build
@@ -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-->/,
|
||||||
|
|||||||
Reference in New Issue
Block a user