mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 21:41:34 -07:00
Alias ash to dash with warning.
This commit is contained in:
parent
cf1c46d852
commit
fee6c94d40
4 changed files with 27 additions and 5 deletions
|
@ -88,6 +88,7 @@ shellForExecutable name =
|
|||
"sh" -> return Sh
|
||||
"bash" -> return Bash
|
||||
"dash" -> return Dash
|
||||
"ash" -> return Dash -- There's also a warning for this.
|
||||
"ksh" -> return Ksh
|
||||
"ksh88" -> return Ksh
|
||||
"ksh93" -> return Ksh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue