Parent Directory
|
Revision Log
|
Patch
revision 2187 by davidg, Thu Nov 11 11:03:19 2010 UTC | revision 2188 by davidg, Sun Feb 13 18:41:25 2011 UTC | |
---|---|---|
# | Line 80 $::cnf->{_}->{"infodir"} and do { | Line 80 $::cnf->{_}->{"infodir"} and do { |
80 | ) { | ) { |
81 | next if $::cnf->{_}->{nosymlinks} and -l $fn; | next if $::cnf->{_}->{nosymlinks} and -l $fn; |
82 | $fn =~ /.*\/([^\/]+)(\.crl_url|\.info)$/; | $fn =~ /.*\/([^\/]+)(\.crl_url|\.info)$/; |
83 | push @metafiles, $1 unless grep /$1/,@metafiles or not defined $1; | push @metafiles, $1 unless grep /^$1$/,@metafiles or not defined $1; |
84 | } | } |
85 | }; | }; |
86 |
|
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |