rs_init generates a run file with a backslash if it is longer than 256 characters

[CR #341546] Ordinarily, rs_init generates the run file to specify the full path to your Replication Server in one long line. However, if your path is extremely long, making the run file longer than 256 characters, rs_init places a “\” backslash at the end of the 256th character, and moves the rest of the text to a second line. This causes the run file to break, and you cannot start Replication Server using rs_init.

Workaround: Either use shorter path names, or manually edit the run file by removing the backslash and wrapping the text in the second line to the end of the first.