mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 20:27:03 +00:00

This fixes all shellcheck warnings we have in `monolithic-linux.sh` and `monolithic-windows.sh`. All of them have to do with [SC2086](https://www.shellcheck.net/wiki/SC2086) - Double quote to prevent globbing and word splitting.