hotfix
authorAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 12:28:38 +0000 (13:28 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 12:28:38 +0000 (13:28 +0100)
config.mk
dmenu_path

index 525ef17..1eaf66e 100644 (file)
--- 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
 
index 3070eb7..72ff3ed 100755 (executable)
@@ -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