Set only LC_ALL for sort in tags creation.

This commit is contained in:
Bruce Momjian 2004-02-02 17:29:32 +00:00
parent bd2a8078d3
commit 011ad7efec

View File

@ -10,8 +10,8 @@ fi
find `pwd`/ \( -name _deadcode -a -prune \) -o \
-type f -name '*.[chyl]' -print|xargs ctags "$FLAGS" -a -f tags
LANG=C
LC_ALL=C
export LC_ALL
sort tags >/tmp/$$ && mv /tmp/$$ tags
find . -name 'CVS' -prune -o -type d -print |while read DIR