OSSP CVS Repository

ossp - Check-in [1437]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1437
Date: 2001-Dec-16 19:16:00 (local)
2001-Dec-16 18:16:00 (UTC)
User:rse
Branch:
Comment: allow strings like 1.11.1p1
Tickets:
Inspections:
Files:
ossp-pkg/shiela/shiela.pl      1.13 -> 1.14     1 inserted, 1 deleted

ossp-pkg/shiela/shiela.pl 1.13 -> 1.14

--- shiela.pl    2001/12/06 10:13:58     1.13
+++ shiela.pl    2001/12/16 18:16:00     1.14
@@ -190,7 +190,7 @@
     #   determine CVS version and capabilities
     my $v = `$RT->{cvs} --version 2>/dev/null`;
     $RT->{cvsvers} = '?';
-    $RT->{cvsvers} = $1 if ($v =~ m|Concurrent\s+Versions\s+System\s+\(CVS\)\s+([\d.]+)\s+|s);
+    $RT->{cvsvers} = $1 if ($v =~ m|Concurrent\s+Versions\s+System\s+\(CVS\)\s+([\d.p]+)\s+|s);
     $RT->{cvsossp} = 0;
     $RT->{cvsossp} = 1 if ($v =~ m|OSSP|s);
     die "$RT->{cvs} is not at least CVS 1.10" if ($RT->{cvsvers} !~ m|^1\.1[0-9]|);

CVSTrac 2.0.1