On 12/1/16 5:44 PM, Vladimir Marek wrote: > Because of this setting the tests are failing. I am attaching a patch we > are using for workaround to show where the problems are seen. I used > 'echo -E' when investigating, but "printf '%s\n'" seems to be more > appropriate. If there is interest I'm more than happy to rework the > attached patch.
Some combination of those two things and turning off xpg_echo at a script level should work. Note that `printf "%s\n"' is not equivalent to `echo -E' if more than one argument is supplied. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/