diff --git a/src/ShellCheck/Checks/ShellSupport.hs b/src/ShellCheck/Checks/ShellSupport.hs index 3e01a72..f1c258f 100644 --- a/src/ShellCheck/Checks/ShellSupport.hs +++ b/src/ShellCheck/Checks/ShellSupport.hs @@ -277,7 +277,7 @@ checkBashisms = ForShell [Sh, Dash] $ \t -> do "let", "caller", "builtin", "complete", "compgen", "declare", "dirs", "disown", "enable", "mapfile", "readarray", "pushd", "popd", "shopt", "suspend", "typeset" - ] ++ if not isDash then ["local", "type"] else [] + ] ++ if not isDash then ["local"] else [] allowedFlags = Map.fromList [ ("exec", []), ("export", ["-p"]),