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

Make release.sh executable #51

Merged

Conversation

pajlada
Copy link
Contributor

@pajlada pajlada commented Apr 6, 2020

This allows CI scripts to more easily execute the script without using
bash release.sh syntax, or chmodding the script in the CI

This allows CI scripts to more easily execute the script without using
`bash release.sh` syntax, or chmod it themselves
@Nevcairiel
Copy link
Member

Not that this change is bad in any form, and should be merged, but I do have to wonder if "bash release.sh" is really considered complicated :D

@nebularg nebularg merged commit a83861d into BigWigsMods:master Apr 6, 2020
@pajlada
Copy link
Contributor Author

pajlada commented Apr 7, 2020

Not that this change is bad in any form, and should be merged, but I do have to wonder if "bash release.sh" is really considered complicated :D

When running the script without any arguments, I definitely agree. This is more for when I want to run the script with multiple arguments, not having to use the -- syntax looks neater to me :D
bash release.sh -- -c vs ./release.sh -c
Thanks for merging it!

@pajlada pajlada deleted the pajlada/make-script-executable branch April 7, 2020 11:12
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.

4 participants