tfix dmenu_path exec sh - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5162d1b37adc51d75f058be1244f38a72117a087
(DIR) parent a02a1a662362a1e74f627c7f47335b5aeda79c67
(HTM) Author: Connor Lane Smith <cls@lubutu.com>
Date: Sat, 19 Nov 2011 21:31:18 +0100
fix dmenu_path exec sh
Diffstat:
dmenu_run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dmenu_run b/dmenu_run
t@@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
-) | read cmd && exec sh -c "$cmd"
+) | exec sh