Hello again, apparently the attchement failed to make it through to the list. Here it is again:
--- validate_repo.in.v1_7 2005-10-04 14:08:38.000000000 +0200
+++ validate_repo 2005-10-04 14:16:44.316500253 +0200
@@ -235,6 +235,9 @@
exit 2;
}
+ # Fix trailing /'s
+ $cvsroot =~ s#/*$##o;
+
for (@scripts)
{
$_ = File::Spec->rel2abs( $_ ) unless /\n/ || !-x $_;
_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs
