]> git.armaanb.net Git - dmenu.git/commitdiff
though sticking to |uniq
authorAnselm R Garbe <garbeam@gmail.com>
Wed, 9 Apr 2008 22:32:46 +0000 (23:32 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Wed, 9 Apr 2008 22:32:46 +0000 (23:32 +0100)
dmenu_path

index a9ddd473aa7239fc0cdc3e9b8c33f66d958881d0..7896a9e957fa1e274805c0641c841a6b82334667 100755 (executable)
@@ -19,7 +19,7 @@ then
                do
                        test -x "$file" && echo "$file"
                done
-       done | sort -u > "$CACHE".$$ &&
+       done | sort | uniq > "$CACHE".$$ &&
        mv "$CACHE".$$ "$CACHE"
 fi