aboutsummaryrefslogtreecommitdiff
path: root/dmenu_path
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-23 13:51:06 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-23 13:51:06 +0100
commita71424ac0e74f05274a8009f07487112730fa472 (patch)
tree0c20bf5636169016b3590a2a4125cd35284564be /dmenu_path
parentf1ab687c628f0ee4e71c33c4a8d304534e60141a (diff)
downloaddmenu-a71424ac0e74f05274a8009f07487112730fa472.tar.gz
dmenu-a71424ac0e74f05274a8009f07487112730fa472.tar.bz2
dmenu-a71424ac0e74f05274a8009f07487112730fa472.zip
ok 2.4.22.4.2
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 72ff3ed..4008f4c 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -1,2 +1,2 @@
#!/bin/sh
-/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq
+/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u