--- mitgcm.org/devel/buildweb/bin/bonniefy.pl 2003/07/23 17:54:35 1.2 +++ mitgcm.org/devel/buildweb/bin/bonniefy.pl 2006/04/09 03:29:35 1.3 @@ -110,7 +110,7 @@ $notfound = 1; $j=0; - while (($j < $#htmlfiles) && ($notfound)) { + while (($j <= $#htmlfiles) && ($notfound)) { open(THISHTML,$htmlfiles[$j]) || die("can't open $htmlfiles[$j]"); while () {