diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-23 13:51:06 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-23 13:51:06 +0100 |
commit | a71424ac0e74f05274a8009f07487112730fa472 (patch) | |
tree | 0c20bf5636169016b3590a2a4125cd35284564be | |
parent | Added tag 2.4.1 for changeset 03e83e2788c8 (diff) | |
download | dmenu-a71424ac0e74f05274a8009f07487112730fa472.tar.gz dmenu-a71424ac0e74f05274a8009f07487112730fa472.tar.bz2 dmenu-a71424ac0e74f05274a8009f07487112730fa472.zip |
ok 2.4.2
-rw-r--r-- | config.mk | 2 | ||||
-rwxr-xr-x | dmenu_path | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk index 1eaf66e..a0ef56a 100644 --- 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 diff --git a/dmenu_path b/dmenu_path index 72ff3ed..4008f4c 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 }' | sort | uniq +/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u |