Skip to content

build: Fix unnecessary shell quotes

Administrator requested to merge fix_biuld into master

Quotes aren't needed when the arguments aren't expanded by the shell.

Now paths with spaces and other nontrivial characters work.

Merge request reports