Skip to content

[CI][Dev] Fix shellcheck errors in the ci/scripts/install_bison.sh #50417

Description

@hiroyuki-sato

Describe the enhancement requested

Fix shellcheck errors in ci/scripts/install_bison.sh

This is the sub issue #44748.

  • SC2046: Quote this to prevent word splitting
In ci/scripts/install_bison.sh line 37:
make -j$(nproc)
       ^------^ SC2046 (warning): Quote this to prevent word splitting.

For more information:
  https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...

Component(s)

Developer Tools

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions