changeset:   178:041143e9fc54
tag:         2.5
user:        Anselm R. Garbe <arg_AT_suckless.org>
date:        Sat Feb 24 15:38:10 2007 +0100
summary:     I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
diff -r ad611aad4dbf -r 041143e9fc54 dmenu_path
--- a/dmenu_path	Sat Feb 24 14:07:40 2007 +0100
+++ b/dmenu_path	Sat Feb 24 15:38:10 2007 +0100
@@ -6,4 +6,4 @@ do
         do
                 test -x "$file" && echo "${file##*/}"
         done
-done | sort -u
+done | sort | uniq
Received on Sat Feb 24 2007 - 15:41:06 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:52 UTC