commit ecbfca77bf21a99a2b4d53671abbecfe85f23a54
parent e994d60caeb7c81761824be7e49efd84654bc7dc
Author: Kris Maglione <jg@suckless.org>
Date: Tue, 6 Feb 2007 11:38:00 -0500
Quote `tagsmenu` against shell expansion
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -212,7 +212,7 @@ do
$MODKEY-Shift-c)
xwrite /client/sel/ctl kill;;
$MODKEY-Shift-t)
- xwrite "/client/`wmiir read /client/sel/ctl`/tags" `tagsmenu` &;;
+ xwrite "/client/`wmiir read /client/sel/ctl`/tags" "`tagsmenu`" &;;
$MODKEY-Shift-[0-9])
xwrite /client/sel/tags "`echo $key | sed 's/.*-//'`";;
esac;;