change how sorting is done for glossary (macOS sort lacks -h)
FossilOrigin-Name: 2a71f800f8b2cbdddeb0fe2a3afc17d539d25bc8dcd8113f6c60d6680b3e8bab
This commit is contained in:
parent
428ba86dba
commit
bbabf53973
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -56,6 +56,6 @@ rm *.o
|
|||
cd ..
|
||||
|
||||
echo "Update Glossary"
|
||||
cat words.tsv | LC_ALL=c sort -h >/tmp/words
|
||||
mv /tmp/words words.tsv
|
||||
LC_ALL=c sort -o sorted.tsv words.tsv
|
||||
mv sorted.tsv words.tsv
|
||||
./bin/rre glossary.forth export glossary >doc/Glossary.txt
|
||||
|
|
Loading…
Reference in a new issue