From 93debd3556380536529ecee7946243dd94cd250d Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 2 Apr 2015 19:22:47 -0700 Subject: [PATCH] Add expect to list of known non-shells --- ShellCheck/Parser.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index 5dc7b9c..fd2cbea 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -2095,6 +2095,7 @@ readScript = do badShells = [ "awk", "csh", + "expect", "perl", "python", "ruby",