From: Connor Lane Smith Date: Sat, 19 Nov 2011 20:31:18 +0000 (+0100) Subject: fix dmenu_path exec sh X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=5162d1b37adc51d75f058be1244f38a72117a087;hp=a02a1a662362a1e74f627c7f47335b5aeda79c67;p=dmenu.git fix dmenu_path exec sh --- diff --git a/dmenu_run b/dmenu_run index cf75b0a..3279aa8 100755 --- a/dmenu_run +++ b/dmenu_run @@ -12,4 +12,4 @@ fi else dmenu "$@" < "$cache" fi -) | read cmd && exec sh -c "$cmd" +) | exec sh