Yann E. MORIN" 08f2b68bfb 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>
2012-05-08 18:31:10 +02:00
..
2012-04-02 22:54:30 +02:00
2012-01-16 23:36:42 +01:00
2012-05-06 15:11:24 +02:00
2012-01-16 23:36:42 +01:00
2009-10-30 20:08:44 +01:00
2012-01-16 23:36:42 +01:00
2012-01-16 23:36:42 +01:00
2012-03-06 21:36:10 +01:00