Script 'parse-games': fix showing the result of game.
This commit is contained in:
parent
e5ef089fa5
commit
24c12c1cc4
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user