X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=mop%2Feval%2Fmo-score.sh;h=b893d7623b6128c6ba557d8dbefca0b81b0c6731;hb=bf755d50d117057d2be1197341e1d91bc5f1a808;hp=d651f18b88069d31dd250fe603076832989af801;hpb=41ffdd8c7e534f484eb8e8e825cb9bc2dee8719e;p=moe.git diff --git a/mop/eval/mo-score.sh b/mop/eval/mo-score.sh index d651f18..b893d76 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";