diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-08-02 14:22:54 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-08-02 14:22:54 +0100 |
commit | a7aee433ccfd2590e0785a7b93a89d8d0593a234 (patch) | |
tree | 5a6fcb7a210c164c22194674a7b01c7e8cfe2458 /dmenu_path | |
parent | a3606ecb0eeaffa752fdf26565ebaaba29b83239 (diff) |
fixed bugs, no more config.h, updated manpage, new libdraw
Diffstat (limited to 'dmenu_path')
-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 | uniq > "$CACHE".$$ && + done | sort -u > "$CACHE".$$ && mv "$CACHE".$$ "$CACHE" fi |