pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ab687
)
ok 2.4.2
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 12:51:06 +0000
(13:51 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 12:51:06 +0000
(13:51 +0100)
config.mk
patch
|
blob
|
history
dmenu_path
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
1eaf66e
..
a0ef56a
100644
(file)
--- 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
(executable)
--- 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