let the shell ignore special chars in tag names

This commit is contained in:
Georg Neis 2006-05-26 16:43:52 +02:00
parent 92e2126481
commit 65a2497b1f
1 changed files with 2 additions and 0 deletions

View File

@ -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)