K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-02-05T21:24:37.725946Z K 7 svn:log V 324 MFC r216496: sh: Fix corruption of command substitutions with special chars after newline. The CTLESC byte to protect a special character was output before instead of after a newline directly preceding the special character. The special handling of newlines is because command substitutions discard all trailing newlines. END