tthough sticking to |uniq - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 64232883947e37ac64938c8dd0ecd878f1547656
(DIR) parent 7195e941c1cb91e347a9c906203ad39245deabd6
(HTM) Author: Anselm R Garbe <garbeam@gmail.com>
Date: Wed, 9 Apr 2008 23:32:46 +0100
tthough sticking to |uniq
Diffstat:
dmenu_path | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dmenu_path b/dmenu_path
t@@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
- done | sort -u > "$CACHE".$$ &&
+ done | sort | uniq > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi