Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make shell scripts more portable #51

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Make shell scripts more portable #51

merged 1 commit into from
Feb 14, 2019

Commits on Feb 4, 2019

  1. Make shell scripts more portable

    Some non-Linux systems don't ship with the `bash` command in the /bin
    directory -- in fact, some don't ship with bash at all.
    
    Using `/usr/bin/env` to find the bash executable ensures that if there
    is a `bash` executable on the PATH it will be used.
    meangrape committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    725bf7a View commit details
    Browse the repository at this point in the history