diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-12-19 16:52:48 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-12-19 16:52:48 +0100 |
commit | 6664e4233faa3d6b677a24196e9af4ac5b1920fd (patch) | |
tree | a81d46c660dfe173c54ae802a9f3c9cacd6399b2 /dmenu_run | |
parent | 26c78cd95291d980f8978113cd6daa9841553c93 (diff) | |
parent | 6b1d658d1224cd108d64a6c340d47b66ad99816d (diff) |
merge stest -> default
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ else fi ( IFS=: - if [ "`ls -dt $PATH "$cache" | head -n 1`" != "$cache" ]; then - lsx $PATH | sort -u | tee "$cache" | dmenu "$@" + if stest -dqr -n "$cache" $PATH; then + stest -flx $PATH | sort -u | tee "$cache" | dmenu "$@" else dmenu "$@" < "$cache" fi |