K 10 svn:author V 8 schweikh K 8 svn:date V 27 2004-10-17T13:39:42.000000Z K 7 svn:log V 206 Fix a bogus variable assignment. You can't expect _msg="a" \ " b" to concat the strings. Use _msg="a" _msg="$_msg b" instead (intent is to not exceed 80 chars per line). MFC after: 1 week END