Re: [Qemu-devel] [PATCH] Avoid exit in trap as it breaks with some shells

2014-05-19 Thread Peter Maydell
On 25 September 2010 20:52, Loïc Minier wrote: > 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. > --- > configure |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff

Re: [Qemu-devel] [PATCH] Avoid exit in trap as it breaks with some shells

2010-09-25 Thread Blue Swirl
Thanks, applied. Please remember to add the Signed-off-line. On Sat, Sep 25, 2010 at 7:52 PM, Loïc Minier wrote: > 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. > --- >  configure |    4