commit 5162d1b37adc51d75f058be1244f38a72117a087 parent a02a1a662362a1e74f627c7f47335b5aeda79c67 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(-)
diff --git a/dmenu_run b/dmenu_run @@ -12,4 +12,4 @@ fi else dmenu "$@" < "$cache" fi -) | read cmd && exec sh -c "$cmd" +) | exec sh