From 12d9c1b76d0b25637552e693b832fdcedf90238c Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 24 Jun 2020 11:50:27 -0700 Subject: [PATCH] Clarify that SC1090 refers to ShellCheck, not sh --- src/ShellCheck/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShellCheck/Parser.hs b/src/ShellCheck/Parser.hs index 7eb2c32..e8e04e0 100644 --- a/src/ShellCheck/Parser.hs +++ b/src/ShellCheck/Parser.hs @@ -2129,7 +2129,7 @@ readSource t@(T_Redirecting _ _ (T_SimpleCommand cmdId _ (cmd:file':rest'))) = d case literalFile of Nothing -> do parseNoteAtId (getId file) WarningC 1090 - "Can't follow non-constant source. Use a directive to specify location." + "ShellCheck can't follow non-constant source. Use a directive to specify location." return t Just filename -> do proceed <- shouldFollow filename