ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Cache/Cache.pm
(Generate patch)

Comparing COMP/SCRAM/src/Cache/Cache.pm (file contents):
Revision 1.12 by muzaffar, Mon Sep 5 09:01:19 2011 UTC vs.
Revision 1.14 by muzaffar, Tue Oct 18 14:59:28 2011 UTC

# Line 4 | Line 4
4   #  
5   # Author: Shaun Ashby <Shaun.Ashby@cern.ch>
6   #         (with contribution from Lassi.Tuura@cern.ch)
7 # Update: 2003-11-27 16:45:18+0100
8 # Revision: $Id$
9 #
7   # Copyright: 2003 (C) Shaun Ashby
8   #
9   #--------------------------------------------------------------------
# Line 170 | Line 167 | sub checktree()
167     # Otherwise use the cache as the list of items we need to change.
168     my $cached = $self->{DIRCACHE}{$path};  
169     my @items = ();
170 <   my $matchdir='[a-zA-Z0-9].+';
170 >   my $matchdir='[a-zA-Z0-9][a-zA-Z0-9-_]*';
171  
172     if (! -d _)
173        {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines