Recognize 'busybox' in --shell and directives. Add to doc texts.

This commit is contained in:
Vidar Holen 2023-12-10 17:05:29 -08:00
parent fdcce458c1
commit 74282b0a93
4 changed files with 6 additions and 2 deletions

View file

@ -156,6 +156,7 @@ shellForExecutable name =
"sh" -> return Sh
"bash" -> return Bash
"bats" -> return Bash
"busybox" -> return BusyboxSh -- Used for directives and --shell=busybox
"busybox sh" -> return BusyboxSh
"busybox ash" -> return BusyboxSh
"dash" -> return Dash