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

Bash not found on some distros #59

Open
aerique opened this issue Apr 19, 2022 · 1 comment
Open

Bash not found on some distros #59

aerique opened this issue Apr 19, 2022 · 1 comment

Comments

@aerique
Copy link
Member

aerique commented Apr 19, 2022

Both build.sh and gen-version use #!/bin/bash instead of #!/usr/bin/env bash which means Bash will not always be found (even on some Linux distributions!).

@aerique
Copy link
Member Author

aerique commented Apr 19, 2022

I'm just not sure on any disadvantages of using #!/usr/bin/env bash hence I'm not shooting in a PR right away.

edit: Konrad just replied with the reasons in chat:

That’s intentional. macOS ships a very old bash 3.2 as /bin/bash (last one that’s GPLv2) and I have a newer one in my path. I wanted to make sure that we do not use newer features.

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

1 participant