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.
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.