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

Use env to find bash #212

Closed
wants to merge 1 commit into from
Closed

Use env to find bash #212

wants to merge 1 commit into from

Commits on Jul 10, 2019

  1. On BSD platforms, there is a clear seperation between the OS

    and third party packages. Here, bash is a third party package so
    it won't be installed to /bin.
    
    FreeBSD:	/usr/local/bin/bash
    NetBSD:		/usr/pkg/bin/bash
    OpenBSD:	/usr/ports/bin/bash
    
    As such, we need to use /usr/bin/env to launch these scripts.
    rsmarples committed Jul 10, 2019
    Copy the full SHA
    354306b View commit details
    Browse the repository at this point in the history