On Thursday 14 April 2005 05:57 pm, Olivier Cr�te wrote:
> You can do if/then/fi or
> use blah && { emake foo || die; }
>
> {} will not spawn a sub-shell... just execute them in the same shell so
> the die will work properly

both syntaxes are ugly imho but the best thing would be to use if/then/fi 
because many more developers understand that than the 1 line { } code
-mike

--
[email protected] mailing list

Reply via email to