summaryrefslogtreecommitdiff
path: root/bin/wmenu-run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wmenu-run')
-rwxr-xr-xbin/wmenu-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wmenu-run b/bin/wmenu-run
index 84e85f2..6d80a33 100755
--- a/bin/wmenu-run
+++ b/bin/wmenu-run
@@ -1,2 +1,2 @@
#!/bin/sh
-exec $(IFS=:; find -L ${PATH} -type f -perm -555 -exec basename -a '{}' + | wmenu -p run:)
+exec $(IFS=:; find -L ${PATH} -type f -perm -555 -exec basename -a '{}' + | sort -u | wmenu -p run:)