1
Fork 0

Script 'parse-games': fix showing the result of game.

master
vonavi 2014-09-06 16:03:33 +04:00
parent e5ef089fa5
commit 24c12c1cc4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function parse_to_ini {
[[ ! $date =~ \? ]] && echo "date = $date"
echo "white = $white"
echo "black = $black"
echo "result = '$result'"
[[ -n $result ]] && echo "result = \"$result\""
echo
}