From 6ccd24670967d60490f88008e633c31e54ab0ee1 Mon Sep 17 00:00:00 2001 From: crc Date: Tue, 30 Jan 2018 12:27:38 +0000 Subject: [PATCH] more fixes for sorting (set LC_ALL per bb010g) FossilOrigin-Name: a646ffdccf928f8eadf5461e50a61b81db5f9bb62bfc3118f95f22b16904d4da --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5d8dbfe..9940b49 100755 --- a/build.sh +++ b/build.sh @@ -55,6 +55,6 @@ rm *.o cd .. echo "Update Glossary" -cat words.tsv | sort -h >/tmp/words +cat words.tsv | LC_ALL=c sort -h >/tmp/words mv /tmp/words words.tsv ./bin/rre glossary.forth export glossary >doc/Glossary.txt