X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/6d8e68dcfd22a4f1d428f75f5cae64502dedbf94..745c46d8fa810bbf45ef16e79a0f84c787f1a670:/dmenu_run?ds=sidebyside diff --git a/dmenu_run b/dmenu_run index 97e43ed..1cecc16 100755 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -set exe=`dmenu_path | dmenu $*` && exec $exe +exe=`dmenu_path | dmenu $*` && exec $exe