Updated SC2143 (markdown)

koalaman
2014-08-16 10:04:07 -07:00
parent ea70af9b61
commit 08c24e741e

@@ -21,4 +21,4 @@ The correct code is cleaner and stops at the first matching line, avoiding both
### Contraindications
None.
The `pipefail` bash option may interfere with this rewrite, since the `if` will now in effect be evaluating the statuses of all commands instead of just the last one. Be careful using them together.