diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-12-09 11:36:26 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-12-09 11:36:26 +0100 |
commit | 56a0d1fa14de915419c037ac2604fe5c5b1fe4a3 (patch) | |
tree | d2afe9532813692962c6ff7beb77e47a306457bc | |
parent | 942199ccd05bb0d55fe068bf9f5367946bbdc88d (diff) |
fork dmenu_run to disown child shell
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ fi else dmenu "$@" < "$cache" fi -) | exec ${SHELL:-"/bin/sh"} +) | ${SHELL:-"/bin/sh"} & |