Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit011ad7e

Browse files
committed
Set only LC_ALL for sort in tags creation.
1 parentbd2a807 commit011ad7e

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|whileread DIR

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp