commit 7804354106e713871f9e341d74d81eb0b1b00176 parent 6d8e68dcfd22a4f1d428f75f5cae64502dedbf94 Author: Anselm R Garbe <garbeam@gmail.com> Date: Tue, 12 Feb 2008 09:42:48 +0000 removed set Diffstat:
M | dmenu_run | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dmenu_run b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -set exe=`dmenu_path | dmenu $*` && exec $exe +exe=`dmenu_path | dmenu $*` && exec $exe