Fix function name to be compatible with bash#445
Fix function name to be compatible with bash#445iranzo wants to merge 1 commit intoopenshift:mainfrom iranzo:fixinstallscript
Conversation
|
Hi @iranzo. Thanks for your PR. I'm waiting for a redhat-et member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This PR is changing indentation across the whole file. Is there any reason for it? |
|
Applying shfmt over it via pre-commit :)
|
We try to keep consistency of doing one thing per PR, and the indentation changes were not stated in the description. That's why I'm asking... :-) |
|
/assign oglok |
|
/ok-to-test |
Is this causing an error that may be respective of your version of bash? Or was this just reported by shfmt as being non-idiomatic of bash function names? AFAICT, bash has no issues with hyphenated function names, and doesn't mention any special character other than |
|
Going to close as we will be deprecating install.sh in the near future |
Script function name is not valid for bash, replacing "-" for "_" and shfmt -i 4 -w over the file
Closes #446