Skip to content

POSIX compatiblity #27

@fancsali

Description

@fancsali

When writing turly portable shell scripts, one would resort to use the POSIX compatible subset, sh. However, the assert.sh script uses some bashisms, so it will not work in POSIX-compatible mode.

Reproduce the issue by running:

sh assert.sh # Will complain about redirects; probably due to the use of <<<

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions