]> git.phdru.name Git - git-scripts.git/commitdiff
Minor refactoring
authorOleg Broytman <phd@phdru.name>
Tue, 5 Aug 2014 19:47:54 +0000 (23:47 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 5 Aug 2014 19:47:54 +0000 (23:47 +0400)
locate-all

index a7837d217f2496ca187a820b9ff3208afe13f6a4..fb9d0d550c00e62fa700f859467ccb683ef39dad 100755 (executable)
@@ -1,3 +1,3 @@
 #! /bin/sh
-(locate -b \\.git && locate -b *.git) | sort | uniq |
-   sed 's!/\.git$!!' >locate-all.list
+(locate -b \\.git && locate -b \*.git) | sed 's!/\.git$!!' |
+   sort | uniq >locate-all.list