X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=afaa3e757cfb9ce77517230c97faa4e67c157768;hb=f7e88cf0e98ed852def4625211fd6f21799d7129;hp=9521272cd9e8f0321d594e4f08e002edc129bf58;hpb=4c743f70d7dc070e235fc3b6fcfecbf592286327;p=git-scripts.git diff --git a/locate-all b/locate-all index 9521272..afaa3e7 100755 --- a/locate-all +++ b/locate-all @@ -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