diff options
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ else | |||
7 | fi | 7 | fi |
8 | ( | 8 | ( |
9 | IFS=: | 9 | IFS=: |
10 | if [ "`ls -dt $PATH "$cache" | head -n 1`" != "$cache" ]; then | 10 | if stest -dqr -n "$cache" $PATH; then |
11 | lsx $PATH | sort -u | tee "$cache" | dmenu "$@" | 11 | stest -flx $PATH | sort -u | tee "$cache" | dmenu "$@" |
12 | else | 12 | else |
13 | dmenu "$@" < "$cache" | 13 | dmenu "$@" < "$cache" |
14 | fi | 14 | fi |