From a7aee433ccfd2590e0785a7b93a89d8d0593a234 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Mon, 2 Aug 2010 14:22:54 +0100 Subject: fixed bugs, no more config.h, updated manpage, new libdraw --- dmenu_path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu_path') 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 -- cgit v1.2.3