]> git.armaanb.net Git - dmenu.git/commitdiff
ok 2.4.2
authorAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 12:51:06 +0000 (13:51 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 12:51:06 +0000 (13:51 +0100)
config.mk
dmenu_path

index 1eaf66eff6092aa72da4e661e45caba15af2d5a1..a0ef56a71092800f63965dcef25aa180d86e94e3 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 2.4.1
+VERSION = 2.4.2
 
 # Customize below to fit your system
 
index 72ff3ed416ed2fb67d5b0d6e83bd28b33e7da827..4008f4ce96f83cc5f4b1feeeaa5b2cb419f75ab4 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq
+/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u