r1510: scidb-beta error in startup script
Chess Database Application
Status: Pre-Alpha
Brought to you by:
gcramer
r1510 has a missing brace in the startup script (/usr/local/bin/scidb-beta)
scidb-beta
Error in startup script: missing close-brace: possible unbalanced brace in comment
while executing
"namespace eval datebox {"
(file "/usr/local/bin/scidb-beta" line 60518)
at line 60518 namespace eval datebox is opened but never closed.
adding a "}" at line 60533 fixes the problem.
best,
Bogdan
Oops, this is an accident, fixed with [r1511].
Related
Commit: [r1511]