[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: more efficient AS_EXIT
From: |
Ralf Wildenhues |
Subject: |
Re: more efficient AS_EXIT |
Date: |
Sun, 26 Oct 2008 05:24:12 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi Paolo,
* Paolo Bonzini wrote on Sat, Oct 25, 2008 at 01:00:19PM CEST:
>
> > FWIW, I didn't try your patch because it seemed to be mangled on the
> > way, but it looks like the function you're using to exit does not avoid
> > the zsh exit status in function bug. (Yes, I know the shell is supposed
> > to be rejected, but if poor sap has no other one?)
>
> I don't think so. "Do (exit 1) and test $?" fails on zsh, but "do
> return 1 and test $?" succeeds.
Thanks. I'll try to blame it on the fact that I couldn't test-apply
the patch. :-)
Cheers,
Ralf