mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -07:00
parent
467dfe07b6
commit
cb4a0c0250
2 changed files with 2 additions and 1 deletions
|
@ -261,7 +261,7 @@ getCommand t =
|
|||
getCommandName t = do
|
||||
(T_SimpleCommand _ _ (w:rest)) <- getCommand t
|
||||
s <- getLiteralString w
|
||||
if "busybox" `isSuffixOf` s
|
||||
if "busybox" `isSuffixOf` s || "builtin" == s
|
||||
then
|
||||
case rest of
|
||||
(applet:_) -> getLiteralString applet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue