[all-commits] [llvm/llvm-project] 0a17ee: [CI][NFC] Fix shellcheck warnings in CI scripts (#...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Wed Mar 27 15:53:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a17eedf7b0c1168999e7ac0492015c64c1fbef4
https://github.com/llvm/llvm-project/commit/0a17eedf7b0c1168999e7ac0492015c64c1fbef4
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M .ci/monolithic-linux.sh
M .ci/monolithic-windows.sh
Log Message:
-----------
[CI][NFC] Fix shellcheck warnings in CI scripts (#86877)
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list