all repos — dmenu @ 64232883947e37ac64938c8dd0ecd878f1547656

my build of dmenu

though sticking to |uniq
Anselm R Garbe garbeam@gmail.com
Wed, 09 Apr 2008 23:32:46 +0100
commit

64232883947e37ac64938c8dd0ecd878f1547656

parent

7195e941c1cb91e347a9c906203ad39245deabd6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dmenu_pathdmenu_path

@@ -19,7 +19,7 @@ for file in *

do test -x "$file" && echo "$file" done - done | sort -u > "$CACHE".$$ && + done | sort | uniq > "$CACHE".$$ && mv "$CACHE".$$ "$CACHE" fi