diff options
| author | 2008-04-09 23:32:46 +0100 | |
|---|---|---|
| committer | 2008-04-09 23:32:46 +0100 | |
| commit | 64232883947e37ac64938c8dd0ecd878f1547656 (patch) | |
| tree | c9a728e8d476e0186e9ea573df493df97bb1a862 | |
| parent | re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons... (diff) | |
though sticking to |uniq
| -rwxr-xr-x | dmenu_path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ then do test -x "$file" && echo "$file" done - done | sort -u > "$CACHE".$$ && + done | sort | uniq > "$CACHE".$$ && mv "$CACHE".$$ "$CACHE" fi |
