aboutsummaryrefslogtreecommitdiff
path: root/dmenu_path
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-08-02 14:22:54 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-08-02 14:22:54 +0100
commita7aee433ccfd2590e0785a7b93a89d8d0593a234 (patch)
tree5a6fcb7a210c164c22194674a7b01c7e8cfe2458 /dmenu_path
parenta3606ecb0eeaffa752fdf26565ebaaba29b83239 (diff)
downloaddmenu-a7aee433ccfd2590e0785a7b93a89d8d0593a234.tar.gz
dmenu-a7aee433ccfd2590e0785a7b93a89d8d0593a234.tar.bz2
dmenu-a7aee433ccfd2590e0785a7b93a89d8d0593a234.zip
fixed bugs, no more config.h, updated manpage, new libdraw
Diffstat (limited to 'dmenu_path')
-rwxr-xr-xdmenu_path2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_path b/dmenu_path
index 7896a9e..a9ddd47 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
- done | sort | uniq > "$CACHE".$$ &&
+ done | sort -u > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi