aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu_run')
-rwxr-xr-xdmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 21dc72b..2747919 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -5,7 +5,7 @@ if [ ! -d "`dirname "$CACHE"`" ]; then
5fi 5fi
6( 6(
7 IFS=: 7 IFS=:
8 if test "`ls -dt $PATH "$CACHE" 2> /dev/null | sed 1q`" != "$CACHE"; then 8 if [ "`ls -dt $PATH "$CACHE" | head -n 1`" != "$CACHE" ]; then
9 lsx $PATH | sort -u > "$CACHE" 9 lsx $PATH | sort -u > "$CACHE"
10 fi 10 fi
11) 11)