Skip to content

bash shebang in buildapp.sh is not portable #3

@Methaphur

Description

@Methaphur

Not all systems will have bash in \bin. A workaround for this is to run the first bash found in PATH

#!/usr/bin/env bash I recommend using this shebang for bash.

Here's a link to a popular stackoverflow post

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions