Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Dependency checker not working with sh: revisited #5

Description

@rpcme

The script uses the read utility, which is a builtin, available to sh, but not available to busybox sh.
The script uses the command utility, which is a builtin, available to sh, but not available to busybox sh.

Busybox is used in Embedded Linux. In such case, the script is broken on Embedded Linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions