wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 65a2497b1f29f6d4e63e20610a09b87b87ab717f
parent 92e2126481692eb658c2dda1e2fe9d7051a078e0
Author: Georg Neis <gn@wmii.de>
Date:   Fri, 26 May 2006 16:43:52 +0200

let the shell ignore special chars in tag names


Diffstat:
rc/wmiirc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -103,7 +103,9 @@ EOF wmiir read /event 2>/dev/null | while read event do + set -f set -- $event + set +f type="$1"; shift case "$type" in Start)