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

41 bash script shebang fix #42

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

emailnjv
Copy link
Contributor

@emailnjv emailnjv commented Nov 21, 2024

#41

Changed the shebang lines in various shell scripts from `#!/usr/bin/bash` to `#!/usr/bin/env bash` for better portability and compatibility across different environments. This ensures that the scripts will use the bash interpreter found in the user's PATH. This change improves the flexibility of the scripts, allowing them to run correctly on systems where bash is not located in `/usr/bin/bash`.

ISSUE: 41
@emailnjv emailnjv merged commit 3723fb8 into development Nov 21, 2024
2 checks passed
@emailnjv emailnjv deleted the 41-bash-script-shebang-fix branch November 21, 2024 05:04
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.

1 participant