aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-23 13:28:38 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-23 13:28:38 +0100
commit68a24f5535030473e90426c30fafe75262add419 (patch)
tree41328f10aa5df88cab35a838ae138560c8535c13
parent47b37834c4a594632492bb29ac7ab556918638b8 (diff)
downloaddmenu-2.4.1.tar.gz
dmenu-2.4.1.tar.bz2
dmenu-2.4.1.zip
hotfix2.4.1
-rw-r--r--config.mk2
-rwxr-xr-xdmenu_path2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 525ef17..1eaf66e 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# dmenu version
-VERSION = 2.4
+VERSION = 2.4.1
# Customize below to fit your system
diff --git a/dmenu_path b/dmenu_path
index 3070eb7..72ff3ed 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -1,2 +1,2 @@
#!/bin/sh
-/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | /usr/bin/sort -u
+/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq