X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/d8688f7a4fe734b827cac3c156cae0db5aa4d740..acbf35a5e35b6f6a7dd3f8da49a6e5ec5ac075ce:/dmenu_run?ds=sidebyside diff --git a/dmenu_run b/dmenu_run index 1cecc16..834ede5 100755 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -exe=`dmenu_path | dmenu $*` && exec $exe +dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &