fork dmenu_run to disown child shell

This commit is contained in:
Connor Lane Smith 2011-12-09 11:36:26 +01:00
parent 942199ccd0
commit 56a0d1fa14
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) | exec ${SHELL:-"/bin/sh"}
) | ${SHELL:-"/bin/sh"} &