aboutsummaryrefslogtreecommitdiff
path: root/dmenu_path
diff options
context:
space:
mode:
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 a9ddd47..7896a9e 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -19,7 +19,7 @@ then
19 do 19 do
20 test -x "$file" && echo "$file" 20 test -x "$file" && echo "$file"
21 done 21 done
22 done | sort -u > "$CACHE".$$ && 22 done | sort | uniq > "$CACHE".$$ &&
23 mv "$CACHE".$$ "$CACHE" 23 mv "$CACHE".$$ "$CACHE"
24fi 24fi
25 25