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.armaanb.net/?p=dmenu.git;a=commitdiff_plain;h=5162d1b37adc51d75f058be1244f38a72117a087 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