pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
383e40d
)
Silence the first find in dmenu_path.
author
Kris Maglione
<jg@suckless.org>
Wed, 23 May 2007 22:35:05 +0000
(18:35 -0400)
committer
Kris Maglione
<jg@suckless.org>
Wed, 23 May 2007 22:35:05 +0000
(18:35 -0400)
dmenu_path
patch
|
blob
|
history
diff --git
a/dmenu_path
b/dmenu_path
index
a9a89b7
..
94db694
100755
(executable)
--- a/
dmenu_path
+++ b/
dmenu_path
@@
-9,7
+9,7
@@
qfind() {
uptodate() {
test -f $CACHE &&
test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
- qfind $PATH -maxdepth 0 -newer $CACHE
+ qfind $PATH -maxdepth 0 -newer $CACHE
>/dev/null
}
if ! uptodate