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

Riak script uses $* not "$@" #1149

Open
martinsumner opened this issue May 15, 2024 · 1 comment
Open

Riak script uses $* not "$@" #1149

martinsumner opened this issue May 15, 2024 · 1 comment

Comments

@martinsumner
Copy link
Contributor

martinsumner commented May 15, 2024

When the Riak script attempts to forward its args to the relx_riak script, it uses unquoted $* which will potentially mangle any args with a space and split then into multiple args. "$@" should be used instead - https://stackoverflow.com/questions/4824590/propagate-all-arguments-in-a-bash-shell-script/4824637#4824637

Otherwise there are issues if you create bucket types where there is whitespace within the json.

@martinsumner
Copy link
Contributor Author

nhs-riak#6

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

No branches or pull requests

1 participant