projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7195e94
)
though sticking to |uniq
author
Anselm R Garbe
<garbeam@gmail.com>
Wed, 9 Apr 2008 22:32:46 +0000
(23:32 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Wed, 9 Apr 2008 22:32:46 +0000
(23:32 +0100)
dmenu_path
patch
|
blob
|
history
diff --git
a/dmenu_path
b/dmenu_path
index a9ddd473aa7239fc0cdc3e9b8c33f66d958881d0..7896a9e957fa1e274805c0641c841a6b82334667 100755
(executable)
--- a/
dmenu_path
+++ b/
dmenu_path
@@
-19,7
+19,7
@@
then
do
test -x "$file" && echo "$file"
done
- done | sort
-u
> "$CACHE".$$ &&
+ done | sort
| uniq
> "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi