aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
-rwxr-xr-xdmenu_path2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 1eaf66e..a0ef56a 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
1# dmenu version 1# dmenu version
2VERSION = 2.4.1 2VERSION = 2.4.2
3 3
4# Customize below to fit your system 4# Customize below to fit your system
5 5
diff --git a/dmenu_path b/dmenu_path
index 72ff3ed..4008f4c 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq 2/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u