From 6fc60b6cad9d19cf9148d49d1f3418e5bcd0a873 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 13 Jan 2018 22:40:46 -0800 Subject: [PATCH] Updated SC1073 (markdown) --- SC1073.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC1073.md b/SC1073.md index cc166f5..fe13946 100644 --- a/SC1073.md +++ b/SC1073.md @@ -1,5 +1,7 @@ # Couldn't parse this (thing). Fix to allow more checks. -This parsing error points to the structure ShellCheck was trying to parse when a parser error occurred. Make any necessary fixes and check the script again, since most of ShellCheck's functionality can only be applied to scripts that parse successfully. +This parsing error points to the structure ShellCheck was trying to parse when a parser error occurred. + +Make any necessary fixes and check the script again, since most of ShellCheck's functionality can only be applied to scripts that parse successfully. See [[Parser error]] for more information.