diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-23 13:28:38 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-23 13:28:38 +0100 |
commit | 68a24f5535030473e90426c30fafe75262add419 (patch) | |
tree | 41328f10aa5df88cab35a838ae138560c8535c13 | |
parent | 47b37834c4a594632492bb29ac7ab556918638b8 (diff) |
hotfix
-rw-r--r-- | config.mk | 2 | ||||
-rwxr-xr-x | dmenu_path | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | # dmenu version | 1 | # dmenu version |
2 | VERSION = 2.4 | 2 | VERSION = 2.4.1 |
3 | 3 | ||
4 | # Customize below to fit your system | 4 | # Customize below to fit your system |
5 | 5 | ||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | /bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | /usr/bin/sort -u | 2 | /bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq |