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

Update bash reference #40

Closed
shakefu opened this issue Nov 15, 2023 · 1 comment
Closed

Update bash reference #40

shakefu opened this issue Nov 15, 2023 · 1 comment

Comments

@shakefu
Copy link

shakefu commented Nov 15, 2023

The reference here and below just invokes "bash" - on OSX this can be a problem since /bin/bash has precedence and is 3.x

Instead you can use /usr/bin/env bash to pick up a Homebrew install or custom bash binary in /usr/bin/local which can then match the correct version.

@chisui
Copy link
Owner

chisui commented Dec 31, 2023

Thanks, is included in release v0.8.0

@chisui chisui closed this as completed Dec 31, 2023
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

No branches or pull requests

2 participants