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

style(bash): out is not an array variable, do not refer to it as such #1684

Merged
merged 1 commit into from May 3, 2022

Commits on Apr 28, 2022

  1. style(bash): out is not an array variable, do not refer to it as such

    For legacy bash completions, similarly as commit
    4f0facb is for bash completions v2.
    
    As a side effect, fixes test suite with shellcheck 0.8.0 installed;
    apparently the 0.7.0 that's in GitHub Actions' ubuntu-latest at the
    moment does not flag the array quoting related issue that was provoked
    from 0.8.0 before this change.
    scop committed Apr 28, 2022
    Copy the full SHA
    3a3cc09 View commit details
    Browse the repository at this point in the history