Script 'parse-games': fix showing the result of game.
This commit is contained in:
@@ -51,7 +51,7 @@ function parse_to_ini {
|
|||||||
[[ ! $date =~ \? ]] && echo "date = $date"
|
[[ ! $date =~ \? ]] && echo "date = $date"
|
||||||
echo "white = $white"
|
echo "white = $white"
|
||||||
echo "black = $black"
|
echo "black = $black"
|
||||||
echo "result = '$result'"
|
[[ -n $result ]] && echo "result = \"$result\""
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user