aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2001-09-23 23:44:25 +0000
committerDenis Barbier <barbier>2001-09-23 23:44:25 +0000
commit45a1de7bf5040eff270cc3bf61713b95be47f970 (patch)
tree431bc2ee77c4a8c7d621b5dd371997330e85cd6b /Perl
parent25cca012418dbdbebab2d00afc0ac55a60e8ea35 (diff)
Patch in 1.3 was not complete, there was still a problem due to
mishandling of cvs protocols when parsing CVS/Root CVS version numbers Perl/Local/Cvsinfo.pm: 1.4 -> 1.5
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Local/Cvsinfo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Local/Cvsinfo.pm b/Perl/Local/Cvsinfo.pm
index 632d7d89b11..08d12aa78ed 100644
--- a/Perl/Local/Cvsinfo.pm
+++ b/Perl/Local/Cvsinfo.pm
@@ -156,7 +156,7 @@ sub readinfo {
my $root = <ROOT>;
close(ROOT);
chomp $root;
- $root =~ s/^:[^:]+://;
+ $root =~ s/^.*://;
$line =~ s#^$root/##
or croak "Unable to determine toplevel CVS directory\n";
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy