Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16101

Exclamation mark does not work with set -e

From fb@florentbordignon.fr <fb@florentbordignon.fr>
Newsgroups gnu.bash.bug
Subject Exclamation mark does not work with set -e
Date 2020-04-06 16:33 +0200
Message-ID <mailman.253.1586184276.2644.bug-bash@gnu.org> (permalink)
References <2f74-5e8b3d80-85-5823c700@26668721>

Show all headers | View raw


Hello,

The following assertion succeeds when it should not :
set -e
! true
echo Hello # prints Hello but should not

Regards,

-- 
Florent Bordignon

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Exclamation mark does not work with set -e fb@florentbordignon.fr <fb@florentbordignon.fr> - 2020-04-06 16:33 +0200

csiph-web