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 $PATH to find Bash executable #466

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

jack-rann
Copy link
Contributor

Fixes issue #458. Use execvp() to find and execute the Bash interpreter, rather than defaulting to /bin/bash, which on many systems can be a old Bash implementation not supporting BASH_XTRACEFD.

@jack-rann
Copy link
Contributor Author

Note: I will be out of town for the remainder of the week, so any response required of me will be delayed.

@SimonKagstrom
Copy link
Owner

Looks good, thanks a lot for the fix!

@SimonKagstrom SimonKagstrom merged commit 840b091 into SimonKagstrom:master Sep 24, 2024
10 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