Op 22-09-16 om 00:06 schreef Martijn Dekker:
> On bash-4.4 with --enable-minimal-config:
> $ (false);echo $?
> 0
> $ (false);echo $?
> 0
> $ (false);echo $?
> 0

Another clue to the nature of the bug: it apparently happens before
exiting the subshell.

$ (false && echo true || echo false)
true
$ false && echo true || echo false
false

- M.


Reply via email to