aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/make_ctags2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/make_ctags b/src/tools/make_ctags
index 072b9bb9d28..4ce985b0821 100755
--- a/src/tools/make_ctags
+++ b/src/tools/make_ctags
@@ -10,6 +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
sort tags >/tmp/$$ && mv /tmp/$$ tags
find . -name 'CVS' -prune -o -type d -print |while read DIR