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

feat: use #!/usr/bin/env bash in all scripts #1789

Closed
FireSquid6 opened this issue Mar 5, 2024 · 0 comments · Fixed by #1794
Closed

feat: use #!/usr/bin/env bash in all scripts #1789

FireSquid6 opened this issue Mar 5, 2024 · 0 comments · Fixed by #1794
Labels
🌟 enhancement New feature or request 👨‍👦‍👦free for all Anyone is free to take on this issue and file a PR

Comments

@FireSquid6
Copy link

Is your feature request related to a problem? Please describe.

#!/usr/bin/env bash is more portable than what is currently used, #!/bin/bash. This means that nix users have to spend 3 seconds being annoyed whenever they create a new project.

Describe the solution you'd like to see

Exactly what I have implemented in my fork. Just changing the shebangs.

Describe alternate solutions

nix users could simply cope.

Additional information

I'll make the PR and whatnot if this feature is approved.

@FireSquid6 FireSquid6 added the 🌟 enhancement New feature or request label Mar 5, 2024
@juliusmarminge juliusmarminge added the 👨‍👦‍👦free for all Anyone is free to take on this issue and file a PR label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 enhancement New feature or request 👨‍👦‍👦free for all Anyone is free to take on this issue and file a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants