fix build script; glossary sort now correct under arch linux as well as bsd
FossilOrigin-Name: 829508fbd463a964d68c3ba4077427d8f3cfced0246bb3991e9f5d04bccde6c9
This commit is contained in:
parent
97e4cdfcb0
commit
0065fe009b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -55,6 +55,6 @@ rm *.o
|
|||
cd ..
|
||||
|
||||
echo "Update Glossary"
|
||||
cat words.tsv | sort >/tmp/words
|
||||
cat words.tsv | sort -h >/tmp/words
|
||||
mv /tmp/words words.tsv
|
||||
./bin/rre glossary.forth export glossary >doc/Glossary.txt
|
||||
|
|
Loading…
Reference in a new issue