mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -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
|
@ -9,6 +9,7 @@
|
|||
,ShellCheck.Parser.runTests
|
||||
,ShellCheck.Checker.runTests
|
||||
,ShellCheck.Checks.Commands.runTests
|
||||
,ShellCheck.AnalyzerLib.runTests
|
||||
]' | tr -d '\n' | cabal repl 2>&1 | tee /dev/stderr)
|
||||
if [[ $var == *$'\nTrue'* ]]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue