K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-12-16T23:28:20.512087Z K 7 svn:log V 310 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