Kaydet (Commit) 6340adaf authored tarafından Lubos Lunak's avatar Lubos Lunak

LC_ALL=C for consistent sort

üst 9f44fe19
...@@ -103,7 +103,7 @@ function filter_ignore() ...@@ -103,7 +103,7 @@ function filter_ignore()
) )
# " in #include "foo" breaks echo down below, so " -> @ # " in #include "foo" breaks echo down below, so " -> @
cat $tmpfile | sort -u | filter_ignore | sed 's/"/@/g' | \ cat $tmpfile | LC_ALL=C sort -u | filter_ignore | sed 's/"/@/g' | \
( (
while read line; do while read line; do
file=`echo $line | sed 's/.*[<"@]\([^>"@]*\)[>"@].*/\1/'` file=`echo $line | sed 's/.*[<"@]\([^>"@]*\)[>"@].*/\1/'`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment