Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
drw: simplify drw_font_xcreate and prevent a potential unneeded allocation
[dmenu.git]
/
dmenu_run
diff --git
a/dmenu_run
b/dmenu_run
index
3e1e6e4
..
834ede5
100755
(executable)
--- a/
dmenu_run
+++ b/
dmenu_run
@@
-1,2
+1,2
@@
#!/bin/sh
-exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe
+dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &