mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Fix handling of spaces in shebangs.
This commit is contained in:
parent
db0c8c2dc9
commit
f835c2d4c1
4 changed files with 21 additions and 5 deletions
|
@ -13,6 +13,7 @@ main = do
|
|||
ShellCheck.Checker.runTests,
|
||||
ShellCheck.Checks.Commands.runTests,
|
||||
ShellCheck.Analytics.runTests,
|
||||
ShellCheck.AnalyzerLib.runTests,
|
||||
ShellCheck.Parser.runTests
|
||||
]
|
||||
if and results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue