Updated SC3040 (markdown)

TinCanTech
2022-03-20 23:38:08 +00:00
parent b43e35abed
commit 8f0f1d1e93

@@ -1,5 +1,8 @@
## In POSIX sh, set option pipefail is undefined. ## In POSIX sh, set option <option> is undefined.
This applies to any POSIX code: `set -o <option>` is **undefined**.
Examples follow:
### Problematic code: ### Problematic code:
```sh ```sh