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
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
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 --git a/configure b/configure
index 3bfc5e9..9d3acfc 100755
---