aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdmenu_path2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_path b/dmenu_path
index 4ecf4fa..f64c82e 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -6,4 +6,4 @@ do
6 do 6 do
7 test -x "$file" && echo "${file##*/}" 7 test -x "$file" && echo "${file##*/}"
8 done 8 done
9done | sort -u 9done | sort | uniq