@@ -412,11 +412,11 @@ # If the module is given as an absolute path, ignore the path # and process just as we would if the name were given alone # This may be wrong, but otherwise dependency matching would # be harder if {[string index $module 0] == "/" && [file exists $module]} { - set module [file rootname [file tail]] + set module [file rootname [file tail $module]] } for {set try 0} {$try < 100} {incr try} { if {![info exists alias2module($module)]} { # If no exact match found, process wildcard entries