On Thu, Feb 28, 2019 at 1:59 AM Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > > > On Thu, Feb 21, 2019 at 1:47 AM Andreas Schwab <sch...@suse.de> wrote: > >> > >> On Feb 20 2019, Ian Lance Taylor <i...@golang.org> wrote: > >> > >> > if test x$hasoutput = xtrue; then > >> > - echo ' {"'$n'", '$j', "'"$output"'", > >> > '$unordered'},' > >> > + echo ' {"'$n'", '$j', "'"$(cat example2.txt)"'", '$unordered'},' > >> > >> That still has a problematic echo with backslashes. > > > > How does this version look? Does it fix the problem? > > it does indeed: just tested on i386-pc-solaris2.11 and > sparc-sun-solaris2.11 without issues.
Thanks. Committed to mainline. Ian