From 73012a09b75a0a2d77a28ed498c5c0566e57a578 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Fri, 23 Jul 2021 16:22:43 -0700 Subject: [PATCH] Updated SC1133 (markdown) --- SC1133.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1133.md b/SC1133.md index bd2496d..2270e5c 100644 --- a/SC1133.md +++ b/SC1133.md @@ -25,7 +25,7 @@ When breaking around a `|`, `||` or `&&`, there are two options: ### Exceptions: -None. This is a syntax error. +In v0.7.2 and below, this warning triggered incorrectly when starting a line with `&>`. In these versions, you can either [[ignore]] the warning, or move the redirection after the command name. ### Related resources: