mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 14:19:56 +08:00
Fix 'does not support multiple targets at once' error
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
,ShellCheck.Checks.Commands.runTests
|
||||
,ShellCheck.Checks.ShellSupport.runTests
|
||||
,ShellCheck.AnalyzerLib.runTests
|
||||
]' | tr -d '\n' | cabal repl 2>&1 | tee /dev/stderr)
|
||||
]' | tr -d '\n' | cabal repl ShellCheck 2>&1 | tee /dev/stderr)
|
||||
if [[ $var == *$'\nTrue'* ]]
|
||||
then
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user