X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/d8688f7a4fe734b827cac3c156cae0db5aa4d740..08b264393d41321c1b7ae3644f73c67cb825c95c:/dmenu_run?ds=inline

diff --git a/dmenu_run b/dmenu_run
index 1cecc16..3e1e6e4 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -1,2 +1,2 @@
 #!/bin/sh
-exe=`dmenu_path | dmenu $*` && exec $exe
+exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe