Diff for /loncom/build/Attic/parse.pl between versions 1.11 and 1.12

version 1.11, 2000/12/11 18:35:14 version 1.12, 2000/12/11 19:02:48
Line 176  sub make_file_list { Line 176  sub make_file_list {
  # render starting HTML formatting elements   # render starting HTML formatting elements
  if (@files) {   if (@files) {
         }          }
    my $pwd=`pwd`; chop $pwd;
  if (@files) {   if (@files) {
             foreach my $i (0..$#files) {              foreach my $i (0..$#files) {
  my $category=$info{'LOCATION'}{$distribution}{$filesfull[$i]}{'CATEGORY'};   my $category=$info{'LOCATION'}{$distribution}{$filesfull[$i]}{'CATEGORY'};
Line 193  sub make_file_list { Line 194  sub make_file_list {
     my $rot2;      my $rot2;
     foreach my $l (@list) {      foreach my $l (@list) {
  $l=~s/^\s*//; $l=~s/\s*$//;   $l=~s/^\s*//; $l=~s/\s*$//;
  $rot2.="$rot$l\n" if length($l);   $rot2.="BinaryRoot$rot$l\n" if length($l);
     }      }
     chop $rot2;      chop $rot2;
     $rot=$rot2;      $rot=$rot2;
  }   }
    else {
       $rot="BinaryRoot$rot";
    }
  $description.=<<END;   $description.=<<END;
 $rot  $rot
 END  END

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>