mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Set only LC_ALL for sort in tags creation.
This commit is contained in:
parent
bd2a8078d3
commit
011ad7efec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user