From 08c24e741e6719b461b629ef6b1d193ec5dba90c Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 16 Aug 2014 10:04:07 -0700 Subject: [PATCH] Updated SC2143 (markdown) --- SC2143.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2143.md b/SC2143.md index ad4d167..fe5dbda 100644 --- a/SC2143.md +++ b/SC2143.md @@ -21,4 +21,4 @@ The correct code is cleaner and stops at the first matching line, avoiding both ### Contraindications -None. \ No newline at end of file +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. \ No newline at end of file