summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Sifford <dereksifford@gmail.com>2018-10-10 05:18:01 -0400
committerAdam Stankiewicz <sheerun@sher.pl>2018-10-10 11:18:01 +0200
commitec1c94306953b678bb36572897bd218fe6c76506 (patch)
tree91720d8a0fd2b80d42e088a26a96ac2152d388dd
parentfd74d8b2b170b540680a9bbf6c64990f8ebafd08 (diff)
downloadvim-polyglot-ec1c94306953b678bb36572897bd218fe6c76506.tar.gz
vim-polyglot-ec1c94306953b678bb36572897bd218fe6c76506.zip
explicitly set locale to C for sorting so README sorts same on all systems (#348)
-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-->/,