commit | 0ba8681eee36af77109505c34b5e29da52fa51ba | [log] [tgz] |
---|---|---|
author | Loïc Minier <[email protected]> | Sat Sep 25 21:52:30 2010 +0200 |
committer | Blue Swirl <[email protected]> | Sun Sep 26 06:57:32 2010 +0000 |
tree | 31b71cf6b67cd9121d5bc10a1c2a7058c3bc91c1 | |
parent | e78815a554adaa551d62a71be10ee2fcf128e473 [diff] |
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 <[email protected]> Signed-off-by: Blue Swirl <[email protected]>