]> git.phdru.name Git - git-scripts.git/blobdiff - locate-all
Feat(locate-all): Use `sort -u` instead of `sort | uniq`
[git-scripts.git] / 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