X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/7195e941c1cb91e347a9c906203ad39245deabd6..146bc23c118c40c26df7f2e96b46100649673fc7:/dmenu_path?ds=sidebyside diff --git a/dmenu_path b/dmenu_path index a9ddd47..7896a9e 100755 --- a/dmenu_path +++ b/dmenu_path @@ -19,7 +19,7 @@ then do test -x "$file" && echo "$file" done - done | sort -u > "$CACHE".$$ && + done | sort | uniq > "$CACHE".$$ && mv "$CACHE".$$ "$CACHE" fi