Skip to content

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

@hiroyuki-sato

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions