/[MITgcm]/mitgcm.org/devel/buildweb/bin/bonniefy.pl
ViewVC logotype

Diff of /mitgcm.org/devel/buildweb/bin/bonniefy.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by edhill, Wed Jul 23 17:54:35 2003 UTC revision 1.3 by edhill, Sun Apr 9 03:29:35 2006 UTC
# Line 110  for ($i=1;$i <= $#toc2patternlist; $i=$i Line 110  for ($i=1;$i <= $#toc2patternlist; $i=$i
110    $notfound = 1;    $notfound = 1;
111    $j=0;    $j=0;
112    
113    while (($j < $#htmlfiles) && ($notfound)) {    while (($j <= $#htmlfiles) && ($notfound)) {
114      open(THISHTML,$htmlfiles[$j]) || die("can't open $htmlfiles[$j]");      open(THISHTML,$htmlfiles[$j]) || die("can't open $htmlfiles[$j]");
115    
116      while (<THISHTML>)  {      while (<THISHTML>)  {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22