From: Stephen D. <sd...@gm...> - 2005-10-21 05:34:32
|
On 10/20/05, Vlad Seryakov <vl...@cr...> wrote: > It looks like new modload broke loading Tcl based modules. > > I have the following line in config > > ns_param oss2 Tcl > > which loads Tcl module, now it complaints. > oss2 is a sibdir with .tcl files Thanks for the fix! < if {![string equal [string tolower $module] tcl]} { --- > if {![string equal [string tolower $file] tcl]} { |