]> git.phdru.name Git - git-scripts.git/commitdiff
Feat(locate-all): Case-sensitive sort
authorOleg Broytman <phd@phdru.name>
Wed, 13 Dec 2017 12:15:32 +0000 (15:15 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 13 Dec 2017 12:15:32 +0000 (15:15 +0300)
locate-all

index 9521272cd9e8f0321d594e4f08e002edc129bf58..afaa3e757cfb9ce77517230c97faa4e67c157768 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
 locate -b \*.git | sed 's!/\.git$!!' |
    grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" |
-   sort | uniq > locate-all.list
+   LC_ALL=C sort | uniq > locate-all.list