git clone dmenu dmenu Log gph
Found at: gopher.r-36.net:70/scm/dmenu/commit/5162d1b37adc51d75f058be1244f38a72117a087.gph
tfix dmenu_path exec sh - dmenu - Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
---
commit 5162d1b37adc51d75f058be1244f38a72117a087
parent a02a1a662362a1e74f627c7f47335b5aeda79c67
Date: Sat, 19 Nov 2011 21:31:18 +0100
fix dmenu_path exec sh
Diffstat:
dmenu_run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dmenu_run b/dmenu_run
t@@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
-) | read cmd && exec sh -c "$cmd"
+) | exec sh
.