X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dmenu_path;h=4008f4ce96f83cc5f4b1feeeaa5b2cb419f75ab4;hb=a71424ac0e74f05274a8009f07487112730fa472;hp=72ff3ed416ed2fb67d5b0d6e83bd28b33e7da827;hpb=f1ab687c628f0ee4e71c33c4a8d304534e60141a;p=dmenu.git 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