]> git.phdru.name Git - git-scripts.git/commitdiff
Feat(locate-all): Use `sort -u` instead of `sort | uniq`
authorOleg Broytman <phd@phdru.name>
Mon, 23 Dec 2019 02:31:26 +0000 (05:31 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 23 Dec 2019 02:31:26 +0000 (05:31 +0300)
locate-all

index 3440614badf8223febc3a593006e0f19661ada66..f83a8827e6caec8c5ef889893ccacecf69b6bc4e 100755 (executable)
@@ -10,4 +10,4 @@ locate -b \*.git |
          fi
       fi
    done |
-   LC_ALL=C sort | uniq > locate-all.list
+LC_ALL=C sort -u > locate-all.list