commit 64232883947e37ac64938c8dd0ecd878f1547656 from: Anselm R Garbe date: Wed Apr 9 22:32:46 2008 UTC though sticking to |uniq commit - 7195e941c1cb91e347a9c906203ad39245deabd6 commit + 64232883947e37ac64938c8dd0ecd878f1547656 blob - a9ddd473aa7239fc0cdc3e9b8c33f66d958881d0 blob + 7896a9e957fa1e274805c0641c841a6b82334667 --- dmenu_path +++ 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