OSSP CVS Repository

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

Check-in Number: 460
Date: 2001-May-11 21:50:26 (local)
2001-May-11 19:50:26 (UTC)
User:ossp
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
CVSROOT/shiela      1.5 -> 1.6     2 inserted, 1 deleted

CVSROOT/shiela 1.5 -> 1.6

--- shiela       2000/07/18 15:45:33     1.5
+++ shiela       2001/05/11 19:50:26     1.6
@@ -1182,7 +1182,8 @@
     my @newfiles = ();
     foreach my $cvsfile (@cvsfiles) {
         my $branch = 'HEAD';
-        if ($cvsstat =~ m|===+\nFile:\s+$cvsfile.+?Sticky Tag:\s+(\S+)|s) {
+                my $cvsfile_quoted = quotemeta($cvsfile);
+        if ($cvsstat =~ m|===+\nFile:\s+${cvsfile_quoted}.+?Sticky Tag:\s+(\S+)|s) {
             $branch = $1;
             $branch = 'HEAD' if ($branch eq '(none)');
         }

CVSTrac 2.0.1