Aneesh Kumar wrote: > Ok if i have > > $projects_list = "/a/git////" ==> ending "/" . the function will fail > at check_export_ok() > > That is because we get the $pfxlen wrong. We should ignore all the trailing "/" > my $subdir = substr($File::Find::name, $pfxlen + 1); Perhaps it would be enough to just add $dir =~ s!/+$//; before my $pfxlen = length("$dir"); (or something equivalent). Try it and send us a patch. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html