mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 21:41:34 -07:00
s/parser error/syntax error/g
This commit is contained in:
parent
7aa3a7ffc3
commit
d8717c7046
1 changed files with 1 additions and 1 deletions
|
@ -2925,7 +2925,7 @@ parseShell env name contents = do
|
|||
first (ContextName pos str) = ParseNote pos pos ErrorC 1073 $
|
||||
"Couldn't parse this " ++ str ++ ". Fix to allow more checks."
|
||||
second (ContextName pos str) = ParseNote pos pos InfoC 1009 $
|
||||
"The mentioned parser error was in this " ++ str ++ "."
|
||||
"The mentioned syntax error was in this " ++ str ++ "."
|
||||
|
||||
-- Go over all T_UnparsedIndex and reparse them as either arithmetic or text
|
||||
-- depending on declare -A statements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue