[2018-12-30 14:45] Silvan Jegen <s.je...@gmail.com>
> To keep this portable you should refrain from using backticks (`) and
> use the POSIX-way

Thanks! I've attached the updated patch below.

---
 dmenu_run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dmenu_run b/dmenu_run
index 834ede5..1eff6af 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -1,2 +1,2 @@
 #!/bin/sh
-dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
+exec $(dmenu_path | dmenu "$@")
-- 
2.20.1

Reply via email to