]> git.armaanb.net Git - dmenu.git/commitdiff
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
authorAnselm R. Garbe <arg@suckless.org>
Sat, 24 Feb 2007 14:38:10 +0000 (15:38 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Sat, 24 Feb 2007 14:38:10 +0000 (15:38 +0100)
dmenu_path

index 4ecf4faa957e6e15b3d90c92dfbb10c2e1e4d08a..f64c82e67093d3fce4039839a1992175f6ab4c63 100755 (executable)
@@ -6,4 +6,4 @@ do
        do
                test -x "$file" && echo "${file##*/}"
        done
-done | sort -u
+done | sort | uniq