aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-24 15:38:10 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-24 15:38:10 +0100
commit28b6ea0f67ee02b0ff04a267671a255b47c21559 (patch)
tree48b50c8e8bcda3d394f1461616712c81642eea06
parent598d72fba9cb6551ddfe8cf4ab470e3a9185bb72 (diff)
downloaddmenu-2.5.tar.gz
dmenu-2.5.tar.bz2
dmenu-2.5.zip
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)2.5
-rwxr-xr-xdmenu_path2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_path b/dmenu_path
index 4ecf4fa..f64c82e 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -6,4 +6,4 @@ do
do
test -x "$file" && echo "${file##*/}"
done
-done | sort -u
+done | sort | uniq