bug-bash
[Top][All Lists]
Advanced

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

Re: set -e (no || or &&)


From: Greg Wooledge
Subject: Re: set -e (no || or &&)
Date: Fri, 12 Oct 2012 16:26:22 -0400
User-agent: Mutt/1.4.2.3i

On Fri, Oct 12, 2012 at 06:55:28AM -0400, Sergey Fadeev wrote:
> Why doesn't it exit the shell?
>  $ set -e
>  $ echo $(false)

Because the exit status of echo is 0.



reply via email to

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