Skip to content

Commit 011ad7e

Browse files
committed
Set only LC_ALL for sort in tags creation.
1 parent bd2a807 commit 011ad7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/make_ctags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ fi
1010
find `pwd`/ \( -name _deadcode -a -prune \) -o \
1111
-type f -name '*.[chyl]' -print|xargs ctags "$FLAGS" -a -f tags
1212

13-
LANG=C
1413
LC_ALL=C
14+
export LC_ALL
1515
sort tags >/tmp/$$ && mv /tmp/$$ tags
1616

1717
find . -name 'CVS' -prune -o -type d -print |while read DIR

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy