Skip to content

Check For Minimum Version of Bash #2

@sshaw

Description

@sshaw

Hi, fun program, thanks! Just a suggestion to check for Bash 4.3 on startup:

[ ${BASH_VERSINFO[0]} -lt 4 -o ${BASH_VERSINFO[0]} -eq 4 -a ${BASH_VERSINFO[1]} -lt 3 ] && echo 'Bash >= 4.3 required' >&2 && exit 1

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