Fixed|libdeng2: Error when rerunning the Config script
The script engine was overly strict about ReadOnly variables in that it did not even allow attempting to assign a value that was identical to the current value. This is not a violation of the ReadOnly mode because the value doesn't change even though the assignment is carried out.
Fixed|libdeng2: Error when rerunning the Config script
The script engine was overly strict about ReadOnly variables in that
it did not even allow attempting to assign a value that was identical
to the current value. This is not a violation of the ReadOnly mode
because the value doesn't change even though the assignment is carried
out.