X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mop%2Feval%2Fmo-score.sh;h=9326b9aa129c7d6cba5ddbb026aa0bc2a911d21d;hb=1636b318830d64ec5c393d1a2d043f595f0342c4;hp=d651f18b88069d31dd250fe603076832989af801;hpb=41ffdd8c7e534f484eb8e8e825cb9bc2dee8719e;p=eval.git diff --git a/mop/eval/mo-score.sh b/mop/eval/mo-score.sh index d651f18..9326b9a 100755 --- a/mop/eval/mo-score.sh +++ b/mop/eval/mo-score.sh @@ -187,7 +187,7 @@ while ($i < @table) { } else { ${table[$j]}[0] = $j+1 . ".-" . $i . "."; $j++; - while ($j < $i) { ${table[$j++]}[0] = ""; }; + while ($j < $i) { ${table[$j++]}[0] = " "; }; } } print STDERR "OK\n"; @@ -293,3 +293,5 @@ sub printHtmlHeader { print "$hdr2\n" if $detail; } + +close STDOUT;