On 4/6/20 4:50 PM, Chris Down wrote:
> Please do read the documentation before reporting bugs :-)
Thanks Chris.
Sorry for having wrongly reported a bug.
Regards,
--
Florent Bordignon
f...@florentbordignon.fr writes:
The following assertion succeeds when it should not :
set -e
! true
echo Hello # prints Hello but should not
Please do read the documentation before reporting bugs :-)
If you read the documentation for `-e`, you'll see that if the command is being
inverted wit
On Mon, Apr 06, 2020 at 04:33:15PM +0200, f...@florentbordignon.fr wrote:
> Hello,
>
> The following assertion succeeds when it should not :
> set -e
> ! true
> echo Hello # prints Hello but should not
-e Exit immediately if a pipeline (which may consist of a
Hello,
The following assertion succeeds when it should not :
set -e
! true
echo Hello # prints Hello but should not
Regards,
--
Florent Bordignon