Skip to content

Commit 39faf06

Browse files
committed
Set LC_ALL=C to get ASCII sort
1 parent bfe1668 commit 39faf06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/sort-file-inplace

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ EOF
1010
exit 1
1111
fi
1212

13-
LC_ALL=C
14-
export LC_ALL
13+
export LC_ALL=C
1514

1615
OLD_TMPDIR="${TMPDIR:-/tmp}"
1716
FILE="$1"

0 commit comments

Comments
 (0)