CMLR-572 — Variable definition misformed
A string expression used in a variable definition is not correct. After the concatenation operator ('+'), instead of a substring, the semicolon (';') or closing curly brace ('}') was found. Usually, this error is caused by deleting a substring without deleting the plus sign, too.
Check the string expression format according to cml(8) manual page or by hint of C3H.
The exact CML path to the configuration node where the error occurs (interactive case) or line and character number (file case) is printed at the beginning of the message (before the colon).