Avoid exit in trap as it breaks with some shells
authorLoïc Minier <loic.minier@linaro.org>
Sat, 25 Sep 2010 19:52:30 +0000 (21:52 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Sep 2010 06:57:32 +0000 (06:57 +0000)
commitea8285f2ede5114d90463dcbe50048c23ab58b8f
tree31b71cf6b67cd9121d5bc10a1c2a7058c3bc91c1
parentca82ce9acbb71e6abeed2130d998c74e060b127f
Avoid exit in trap as it breaks with some shells

Don't call exit in the trap handler as it causes the return code to be
zero with some buggy shells (dash and pdksh at least) and is useless
here anyway.

Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure