Difference for lib/collect.pl.in from version 1.5 to 1.6


version 1.5 version 1.6
Line 166
 
Line 166
 sub archsOut {  sub archsOut {
     foreach $arch (@archs) {      foreach $arch (@archs) {
  open(ARC,$arch) || &die("cannot open ".$arch);   open(ARC,$arch) || &die("cannot open ".$arch);
    $pathto = $arch;
    $pathto =~ s@[^/]*/@@;
    $pathto =~ s@(.*)/.*arc@$1@;
 line: while(<ARC>) {  line: while(<ARC>) {
      chop;       chop;
      ($var,@values) = split;       ($var,@values) = split;
Line 201
 
Line 204
  $lbg = $values[0];   $lbg = $values[0];
  next line;   next line;
      }       }
    if ($var eq "end") {
    print ARCH "editor_folder $pathto\n";
        }
      if ($var eq "visibility") {       if ($var eq "visibility") {
  $lvis = $values[0];   $lvis = $values[0];
  next line;   next line;


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:44