On Fri, 18 Jan 2019 at 18:16, Emilio G. Cota <c...@braap.org> wrote: > > On Fri, Jan 18, 2019 at 17:00:17 +0000, Alex Bennée wrote: > > Philippe Mathieu-Daudé <phi...@redhat.com> writes: > > > Can you modify the Makefile.include to use: > > > "fp-test ... 2>int-to-float.err || {cat int-to-float.err && exit 1;}" > > > > Well it's in the test-softfloat macro but sure... > > Actually, can we do &> instead of 2> ?
"&>" is a bashism. The POSIX equivalent is >file.err 2>&1 thanks -- PMM