The example should exit if the command succeeds. The "Correct code" didn't do that.

siho22
2021-01-18 15:51:13 +01:00
parent bb89f4ca3b
commit c80dd10ad1

@@ -11,7 +11,7 @@ set -e
```sh
set -e
! false && exit 1
false && exit 1
```
### Rationale: