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

[fix][cli] Fix the shell script parameter passthrough syntax #22867

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Jun 7, 2024

Motivation

Modifications

  • replace $@ with "$@" in bin/pulsar and bin/bookkeeper

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

- parameters with whitespaces won't be properly passed through to the actual command unless
  "$@" is used (instead of $@ without double quotes.
- fixes shellcheck warning https://github.com/koalaman/shellcheck/wiki/SC2068
@lhotari lhotari merged commit c81c0f6 into apache:master Jun 7, 2024
51 of 55 checks passed
lhotari added a commit that referenced this pull request Jun 7, 2024
lhotari added a commit that referenced this pull request Jun 10, 2024
lhotari added a commit that referenced this pull request Jun 10, 2024
coderzc added a commit to coderzc/pulsar that referenced this pull request Jun 17, 2024
coderzc added a commit that referenced this pull request Jun 17, 2024
coderzc added a commit that referenced this pull request Jun 17, 2024
coderzc added a commit that referenced this pull request Jun 17, 2024
lhotari added a commit to lhotari/pulsar that referenced this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants