From ec1c94306953b678bb36572897bd218fe6c76506 Mon Sep 17 00:00:00 2001 From: Derek Sifford Date: Wed, 10 Oct 2018 05:18:01 -0400 Subject: [PATCH] explicitly set locale to C for sorting so README sorts same on all systems (#348) --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 381279c..9916bfd 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(/[^<]*/,