projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2a807
)
Set only LC_ALL for sort in tags creation.
author
Bruce Momjian
Mon, 2 Feb 2004 17:29:32 +0000
(17:29 +0000)
committer
Bruce Momjian
Mon, 2 Feb 2004 17:29:32 +0000
(17:29 +0000)
src/tools/make_ctags
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/make_ctags
b/src/tools/make_ctags
index 4ce985b08213b8921ee43a04efeab45977e668ba..da1ee8fcc989dbd300a13ab7fa6367b3b488914a 100755
(executable)
--- a/
src/tools/make_ctags
+++ b/
src/tools/make_ctags
@@
-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