X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=afaa3e757cfb9ce77517230c97faa4e67c157768;hb=68dcecea7c125ced02c18fa641c21ac5d3ce05aa;hp=b4fcdeea3cf24e0f85c0ecf13902b13d276edf48;hpb=a6ae824ff1502e3fe34c1fc18aa7610add5f6dfd;p=git-scripts.git diff --git a/locate-all b/locate-all index b4fcdee..afaa3e7 100755 --- a/locate-all +++ b/locate-all @@ -1,4 +1,4 @@ #! /bin/sh locate -b \*.git | sed 's!/\.git$!!' | - grep -v "/archive/SQLObject/\|/third-party/\|$HOME/tmp/" | - sort | uniq > locate-all.list + grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" | + LC_ALL=C sort | uniq > locate-all.list