ok 2.4.2
This commit is contained in:
parent
f1ab687c62
commit
a71424ac0e
@ -1,5 +1,5 @@
|
||||
# dmenu version
|
||||
VERSION = 2.4.1
|
||||
VERSION = 2.4.2
|
||||
|
||||
# Customize below to fit your system
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user