Skip to content

Add missing quotations around some variables in check/ scripts#1880

Open
mhucka wants to merge 1 commit into
quantumlib:mainfrom
mhucka:update-check-scripts
Open

Add missing quotations around some variables in check/ scripts#1880
mhucka wants to merge 1 commit into
quantumlib:mainfrom
mhucka:update-check-scripts

Conversation

@mhucka

@mhucka mhucka commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Shellcheck reports a few cases of missing quotations around variable expressions. This PR adds them.

Shellcheck reports a few cases of missing quotations around variable
expressions. This adds them.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request improves the robustness of several shell scripts by properly quoting variables such as $output and ${rev} to prevent word splitting and globbing issues. Since there are no review comments, I have no feedback to provide.

@mhucka mhucka added the devops Involves build systems, Make files, Bazel files, continuous integration, and or other DevOps topics label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops Involves build systems, Make files, Bazel files, continuous integration, and or other DevOps topics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant