From c3bed76b8f91ac4b8fbbd37be52abcac110f41e7 Mon Sep 17 00:00:00 2001 From: MechaLynx Date: Sat, 28 Oct 2017 05:31:25 +0300 Subject: [PATCH] Added link to #1036 --- Parser-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser-error.md b/Parser-error.md index a42089f..d32000e 100644 --- a/Parser-error.md +++ b/Parser-error.md @@ -24,7 +24,7 @@ Shellcheck says: ^-- SC1072: Unexpected eof. Fix any mentioned problems and try again. -1. One error showing the direct problem (SC1072, unexpected eof) +1. One error showing the direct problem (SC1072, unexpected eof) *(Note: see [#1036](../../issues/1036))* 1. One error showing the construct being parsed (SC1073) 1. One info showing the outer construct being parsed (SC1009) 1. Potentially some specific suggestions, such as when missing a `fi`.