Skip to content

Quote bash arguments to avoid globbing

Pedro Pombeiro requested to merge quote-bash-args into master

What does this MR do?

Very simple MR to add quotes around bash arguments.

Why was this MR needed?

GoLand linter complains about missing quotes, Bash arguments should have quotes around them to prevent globbing.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Pedro Pombeiro

Merge request reports

Loading