fixed bugs, no more config.h, updated manpage, new libdraw
[dmenu.git] / dmenu_path
index 7896a9e..a9ddd47 100755 (executable)
@@ -19,7 +19,7 @@ then
                do
                        test -x "$file" && echo "$file"
                done
-       done | sort | uniq > "$CACHE".$$ &&
+       done | sort -u > "$CACHE".$$ &&
        mv "$CACHE".$$ "$CACHE"
 fi