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

Replace hardcoded bash with /usr/bin/env bash #9

Open
beaumartinez opened this issue May 17, 2015 · 0 comments · May be fixed by #10
Open

Replace hardcoded bash with /usr/bin/env bash #9

beaumartinez opened this issue May 17, 2015 · 0 comments · May be fixed by #10

Comments

@beaumartinez
Copy link

Especially with OS X, /bin/bash is a very old version of bash. Using /usr/bin/env bash, we can fetch the user's preferred version (for example, I used brew to install an up-to-date version).

beaumartinez added a commit to beaumartinez/gnu-pricing that referenced this issue May 17, 2015
Especially with OS X, /bin/bash is a very old version of bash. Using
/usr/bin/env bash, we can fetch the user's preferred version (for
example, I used brew to install an up-to-date version).

Closes diafygi#9
@beaumartinez beaumartinez linked a pull request May 17, 2015 that will close this issue
durka pushed a commit to durka/gnu-pricing that referenced this issue Nov 2, 2015
Especially with OS X, /bin/bash is a very old version of bash. Using
/usr/bin/env bash, we can fetch the user's preferred version (for
example, I used brew to install an up-to-date version).

Closes diafygi#9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant