https://bz.apache.org/bugzilla/show_bug.cgi?id=60562
--- Comment #19 from Stefan Bodewig <[email protected]> --- (In reply to Stefan Bodewig from comment #18) > At least on Linux this seems to work as well. No, it doesn't :-( Your script strips trailing newlines. Where the original script ends with run: [echo] hello world [echo] foo=dollar$_backtick`_single'_double""_trailingbackslash\_ [echo] bar=trailingnewline [echo] _ [echo] newline= [echo] _ [echo] doublespace= _ [echo] end using the attached script I get run: [echo] hello world [echo] foo=dollar$_backtick`_single'_double""_trailingbackslash\_ [echo] bar=trailingnewline_ [echo] newline=_ [echo] doublespace= _ [echo] end -- You are receiving this mail because: You are the assignee for the bug.
