]> git.armaanb.net Git - dmenu.git/blobdiff - dmenu_path
though sticking to |uniq
[dmenu.git] / dmenu_path
index a9ddd473aa7239fc0cdc3e9b8c33f66d958881d0..7896a9e957fa1e274805c0641c841a6b82334667 100755 (executable)
@@ -19,7 +19,7 @@ then
                do
                        test -x "$file" && echo "$file"
                done
-       done | sort -u > "$CACHE".$$ &&
+       done | sort | uniq > "$CACHE".$$ &&
        mv "$CACHE".$$ "$CACHE"
 fi