Skip to content

Have the installer verify the minimum version of bash, otherwise fail #24

@kyleburton

Description

@kyleburton

This will help users installing Bake on OS X know what they'd have to change. Alternatively document what needs to be done by having the installer print out the instructions after installation if $SHELL isn't bash and doesn't support arrays. This could be done via a small test shell script that attempts to use arrays, verify the exit code - this may be better than checking $SHELL if executed via /usr/bin/env bash. bake itself might be sufficient for testing this as a post-install step.

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