mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Set locale to C before doing sort in make_ctags.
This commit is contained in:
parent
e1826d037a
commit
10bb17e334
@ -10,6 +10,8 @@ fi
|
|||||||
find `pwd`/ \( -name _deadcode -a -prune \) -o \
|
find `pwd`/ \( -name _deadcode -a -prune \) -o \
|
||||||
-type f -name '*.[chyl]' -print|xargs ctags "$FLAGS" -a -f tags
|
-type f -name '*.[chyl]' -print|xargs ctags "$FLAGS" -a -f tags
|
||||||
|
|
||||||
|
LANG=C
|
||||||
|
LC_ALL=C
|
||||||
sort tags >/tmp/$$ && mv /tmp/$$ tags
|
sort tags >/tmp/$$ && mv /tmp/$$ tags
|
||||||
|
|
||||||
find . -name 'CVS' -prune -o -type d -print |while read DIR
|
find . -name 'CVS' -prune -o -type d -print |while read DIR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user