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