more fixes for sorting (set LC_ALL per bb010g)
FossilOrigin-Name: a646ffdccf928f8eadf5461e50a61b81db5f9bb62bfc3118f95f22b16904d4da
This commit is contained in:
parent
0065fe009b
commit
6ccd246709
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -55,6 +55,6 @@ rm *.o
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Update Glossary"
|
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
|
mv /tmp/words words.tsv
|
||||||
./bin/rre glossary.forth export glossary >doc/Glossary.txt
|
./bin/rre glossary.forth export glossary >doc/Glossary.txt
|
||||||
|
|
Loading…
Reference in a new issue