Skip to content

[CI][Dev] Fix shellcheck SC2086 errors in ci/scripts directory #46496

Description

@hiroyuki-sato

Describe the enhancement requested

This is the sub issue #44748.

SC2086 check require quoting like ${url} -> "${url}".

In ci/scripts/install_cmake.sh line 78:
curl -L ${url} | tar -xzf - --directory ${prefix} --strip-components=1
^----^ SC2086 (info): Double quote to prevent globbing and word splitting.
^-------^ SC2086 (info): Double quote to prevent globbing and word splitting.

Component(s)

Continuous Integration

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions