From: Anselm R. Garbe Date: Fri, 23 Feb 2007 12:28:38 +0000 (+0100) Subject: hotfix X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=commitdiff_plain;h=68a24f5535030473e90426c30fafe75262add419 hotfix --- 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