From 960760ea308d8459c64227d3a4b58306ed25b005 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 25 Mar 2017 09:18:49 -0700 Subject: [PATCH] Updated SC1071 (markdown) --- SC1071.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC1071.md b/SC1071.md index c39a00b..4c155c4 100644 --- a/SC1071.md +++ b/SC1071.md @@ -9,6 +9,8 @@ print "Hello" ### Rationale: -ShellCheck only supports a limited number of Bourne-based Unix shells (bash, ksh, dash and POSIX sh). +You have specified the shebang of an unsupported language or shell dialect. + +ShellCheck only supports a limited number of Bourne-based Unix shells: bash, ksh, dash and POSIX sh. It does not support scripts written for other shells like Zsh, Csh, Tcsh or PowerShell, and it does not support other scripting languages like PHP, Python, JavaScript or SQL. \ No newline at end of file