aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-02-02 17:29:32 +0000
committerBruce Momjian <bruce@momjian.us>2004-02-02 17:29:32 +0000
commit011ad7efec6eea7f83242197765f492df933941b (patch)
tree9f7c6c837828e8c0dd9daab138a85e4a7f0bf8bb
parentbd2a8078d3e456e6b4ea710ee31cfc204f6596f1 (diff)
downloadpostgresql-011ad7efec6eea7f83242197765f492df933941b.tar.gz
postgresql-011ad7efec6eea7f83242197765f492df933941b.zip
Set only LC_ALL for sort in tags creation.
-rwxr-xr-xsrc/tools/make_ctags2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/make_ctags b/src/tools/make_ctags
index 4ce985b0821..da1ee8fcc98 100755
--- 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