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

Fixes for shell scripts according to output from shellcheck #614

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

slycordinator
Copy link
Contributor

  • Added "!#" to top of files that didn't have it.

  • Added quotes around variables/commands as recommended

  • Changed some to be /bin/sh instead of /bin/bash for portability

  • removed -o pipefail, especiallly because the scripts seem to not have any piped commands, but also due to it being a bashism

slycordinator and others added 2 commits February 23, 2023 16:13
* Added "!#" to top of files that didn't have it.

* Added quotes around variables/commands as recommended

* Changed some to be /bin/sh instead of /bin/bash for portability
* removed -o pipefail, especiallly because the scripts seem to not have any piped commands, but also due to it being a bashism
@edschofield edschofield merged commit 6153844 into PythonCharmers:master Feb 21, 2024
@edschofield
Copy link
Contributor

edschofield commented Feb 21, 2024

Thanks @slycordinator!

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