changeset: 1759:43ed3a980731
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Tue Feb 06 11:38:00 2007 -0500
files: rc/wmiirc
description:
Quote `tagsmenu` against shell expansion
diff -r 400cc433023d -r 43ed3a980731 rc/wmiirc
--- a/rc/wmiirc Tue Feb 06 08:12:47 2007 +0100
+++ b/rc/wmiirc Tue Feb 06 11:38:00 2007 -0500
@@ -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;;
Received on Tue Feb 06 2007 - 17:40:06 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:56 UTC