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 Posix-compatible way to refer to bash #381

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Feb 20, 2025

The hard-coded path /bin/bash might not exist (e.g. on NixOS or BSD), so use a Posix-compatible way to refer to interpreter in scripts, using the idiomatic /usr/bin/env bash.

The hard-coded path /bin/bash might not exist (e.g. on NixOS
or BSD), so use a Posix-compatible way to refer to interpreter
in scripts, using the idiomatic `/usr/bin/env bash`.
@mikesinouye mikesinouye merged commit 4f1b2bb into hdl:main Feb 20, 2025
4 checks passed
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 this pull request may close these issues.

2 participants