koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts

Home Page:https://www.shellcheck.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please support all alias for busybox shell equally

ale5000-git opened this issue · comments

For new checks and feature suggestions

Here's a snippet or screenshot that shows the problem:

#!/bin/busybox bash
#!/bin/busybox ash
#!/bin/busybox sh

Here's what I wanted or expected to see:

sh, ash and bash in busybox are just alias of the same busybox shell, a sort of ash (with some bash extension), even when called as busybox sh.
Only busybox hush is a different shell.