View Single Post
Old 12-09-2003, 06:03 PM  
bounty
Senior Member
 
Join Date: Aug 2002
Posts: 529
Default

hmm yeps i forgot to add '-nocase' in that 'string match'

open in an editor your OnSitePre.itcl

look for line:
if { [string match [lindex [split $tmploop :] 0] [lindex $args 0]] == 1 }

and replace by:
if { [string match -nocase [lindex [split $tmploop :] 0] [lindex $args 0]] == 1 }

normally it should fix the problem
it will be fixed in next rls. thx for the report

have fun
bounty
bounty is offline   Reply With Quote