pinosaur
/
dmenu.git
/ commitdiff
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
a9ddd47
..
7896a9e
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