[hackers] [dmenu] hotfix

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Fri Feb 23 13:30:22 2007

changeset: 171:03e83e2788c8
tag: 2.4.1
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Fri Feb 23 13:28:38 2007 +0100
summary: hotfix

diff -r 4e19d4a9045e -r 03e83e2788c8 config.mk
--- a/config.mk Fri Feb 23 10:42:00 2007 +0100
+++ b/config.mk Fri Feb 23 13:28:38 2007 +0100
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 2.4
+VERSION = 2.4.1
 
 # Customize below to fit your system
 
diff -r 4e19d4a9045e -r 03e83e2788c8 dmenu_path
--- a/dmenu_path Fri Feb 23 10:42:00 2007 +0100
+++ b/dmenu_path Fri Feb 23 13:28:38 2007 +0100
@@ -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
Received on Fri Feb 23 2007 - 13:30:22 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:48 UTC