We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of #!/bin/bash they should be #!/usr/bin/env bash, because bash has different paths on different systems.
#!/bin/bash
#!/usr/bin/env bash
The text was updated successfully, but these errors were encountered:
16d474e
You are right, thanks. What system are you building on?
Sorry, something went wrong.
What system are you building on?
FreeBSD 13.2
Merge branch 'bug-fixes'
e9015b9
* bug-fixes: GITHUB: workflows/testing.yml: upload dist tarball as isolated smaller artefact GITHUB: workflows/testing.yml: upgrade to actions/[email protected] MISC: *.sh: use '#!/usr/bin/env bash' for bash scripts, fixes #17 Signed-off-by: Tim Janik <[email protected]>
No branches or pull requests
Instead of
#!/bin/bash
they should be#!/usr/bin/env bash
, because bash has different paths on different systems.The text was updated successfully, but these errors were encountered: