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

replaced #!/bin/bash with #!/usr/bin/env bash #551

Merged
merged 1 commit into from
Sep 10, 2023
Merged

replaced #!/bin/bash with #!/usr/bin/env bash #551

merged 1 commit into from
Sep 10, 2023

Conversation

robertosw
Copy link
Contributor

Some Distros do not have /bin/bash by default, but have bash installed at some other location and in PATH.
To allow all of these distros to use these shell scripts, change the shebangs to search for bash in PATH.

More to why this is better here

@AdnanHodzic
Copy link
Owner

LGTM, thank you for your contribution, you will be credited for your work as part of future release.

@AdnanHodzic AdnanHodzic merged commit 9f132bd into AdnanHodzic:master Sep 10, 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

Successfully merging this pull request may close these issues.

None yet

2 participants