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

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