From 525efdff5e3097541958a03b23ffa30ca3556895 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 6 Sep 2017 12:19:54 -0500 Subject: [PATCH 1/2] readme: update supported languages update readme to reflect the languages actually supported by shellcheck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72151ce..a4dd96c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ShellCheck - A shell script static analysis tool -ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts: +ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh/dash/ksh shell scripts: ![Screenshot of a terminal showing problematic shell script lines highlighted](doc/terminal.png). From c6cec9a1ececf382062692f6cd3648022296af32 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 6 Sep 2017 12:24:52 -0500 Subject: [PATCH 2/2] include ash as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4dd96c..205e49a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ShellCheck - A shell script static analysis tool -ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh/dash/ksh shell scripts: +ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh/dash/ash/ksh shell scripts: ![Screenshot of a terminal showing problematic shell script lines highlighted](doc/terminal.png).