bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error handling question


From: Ciprian Dorin, Craciun
Subject: Re: Error handling question
Date: Mon, 9 Nov 2009 08:39:57 +0200

On Mon, Nov 9, 2009 at 8:35 AM, Jan Schampera <jan.schampera@web.de> wrote:
> Ciprian Dorin, Craciun schrieb:
>
>>     Thus if I say: `set -e ; { false ; true ; }` it works, but when I
>> put the `||`, it doesn't...
>
> I think it's because { ...; } isn't a simple command (however, its
> components are).
>
> J.


    But then how can I solve the problem? (How about `()` which
clearly is a new shell instance.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]