Skip to content

Conversation

SZanko
Copy link

@SZanko SZanko commented Dec 9, 2024

Changed the shebang from #!/usr/bin/bash to #!/usr/bin/env bash to improve script portability across different environments where bash may not be located in /usr/bin/. This ensures compatibility on systems with alternative bash paths. e.g. nixos

Changed the shebang from `#!/usr/bin/bash` to `#!/usr/bin/env bash` to improve script portability across different environments where `bash` may not be located in `/usr/bin/`. This ensures compatibility on systems with alternative `bash` paths.

Signed-off-by: SZanko <szanko_dev@proton.me>
Copy link
Contributor

@Adda0 Adda0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey. This is a great idea. I have been meaning to make a Nix package, and this is a nice first step.

The shebang should be #!/usr/bin/env bash, but you use #!/bin/env bash in the scripts. /bin/env is less portable for, e.g. BSD systems.

Signed-off-by: SZanko <szanko_dev@proton.me>
Signed-off-by: SZanko <szanko_dev@proton.me>
@SZanko SZanko requested a review from Adda0 September 16, 2025 21:42
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