X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=21daa91de58cf5d2b274ddddf1fd5e5dbb230ef9;hb=f0db190b61cc4659a0819b634adaa0992b109461;hp=a7837d217f2496ca187a820b9ff3208afe13f6a4;hpb=92a7fe8c267ba5b43a4ee512fe978c9666da906f;p=git-scripts.git diff --git a/locate-all b/locate-all index a7837d2..21daa91 100755 --- a/locate-all +++ b/locate-all @@ -1,3 +1,2 @@ #! /bin/sh -(locate -b \\.git && locate -b *.git) | sort | uniq | - sed 's!/\.git$!!' >locate-all.list +locate -b \*.git | sed 's!/\.git$!!' | sort | uniq >locate-all.list