dmenu

customized build of dmenu, the dynamic menu for X
git clone git://src.adamsgaard.dk/dmenu
Log | Files | Refs | README | LICENSE

commit 64232883947e37ac64938c8dd0ecd878f1547656
parent 7195e941c1cb91e347a9c906203ad39245deabd6
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Wed,  9 Apr 2008 23:32:46 +0100

though sticking to |uniq
Diffstat:
Mdmenu_path | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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