On Mon, Nov 9, 2009 at 8:35 AM, Jan Schampera <jan.schamp...@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.)