mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Set only LC_ALL for sort in tags creation.
This commit is contained in:
parent
bd2a8078d3
commit
011ad7efec
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue