tfixed unquoted dmenu_run $exe-use reported by Jukka - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 096fb3723bb26e04b5f2798038fc3b2a7f0d6a5f
(DIR) parent 64232883947e37ac64938c8dd0ecd878f1547656
(HTM) Author: Anselm R Garbe <garbeam@gmail.com>
Date: Thu, 10 Apr 2008 16:46:32 +0100
fixed unquoted dmenu_run $exe-use reported by Jukka
Diffstat:
dmenu_run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dmenu_run b/dmenu_run
t@@ -1,2 +1,2 @@
#!/bin/sh
-exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe
+exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe"