This commit is contained in:
Anselm R. Garbe 2007-02-23 13:28:38 +01:00
parent 47b37834c4
commit 68a24f5535
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# dmenu version
VERSION = 2.4
VERSION = 2.4.1
# Customize below to fit your system

View File

@ -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