samples/mips64el-n32-linux-uclibc/reported.by
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue May 08 18:31:10 2012 +0200 (2012-05-08)
branch1.15
changeset 2965 11b93b849695
permissions -rw-r--r--
scripts: fix catching failures

POSIX 1003.1-2008 does not say whether "set -e" should catch a sub-shell
that exits with !0 (it has a list of conditions to catch, but no list of
conditions not to catch, and this situation is not listed).

bash-3 does not catch such a failure, but bash-4 does. That why, on my
Squeeze system I did not see the issue, while Thomas did on is Lenny chroot.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from d48c03998dc1c25a3b29b2c0af425631baee3abe)
yann@2120
     1
reporter_name="Yann E. MORIN"
yann@2120
     2
reporter_url="http://ymorin.is-a-geek.org/projects/crosstool"
yann@2120
     3
reporter_comment="EXPERIMENTAL MIPS-64 n32 toolchain."