Skip to content

Commit

Permalink
fixup! prevent globbing and word splitting. SC2086
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed May 14, 2024
1 parent 896ea2f commit 9a18e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ cargo "$@"
if [ -n "${RING_COVERAGE-}" ]; then
# Keep in sync with check-symbol-prefixes.sh.
# Use the host target-libdir, not the target target-libdir.
llvm_root="$(rustc +"${toolchain}" --print target-libdir)/../bin"
llvm_root=$(rustc +"${toolchain}" --print target-libdir)/../bin

while read -r executable; do
basename=$(basename "$executable")
Expand Down

0 comments on commit 9a18e6f

Please sign in to comment.