Skip to content

Fix error SC2071 in shell scripts#16172

Merged
mmitche merged 1 commit intodotnet:mainfrom
xtqqczze:SC2071
Sep 29, 2025
Merged

Fix error SC2071 in shell scripts#16172
mmitche merged 1 commit intodotnet:mainfrom
xtqqczze:SC2071

Conversation

@xtqqczze
Copy link
Copy Markdown
Contributor

Fix error SC2071: > is for string comparisons. Use -gt instead.

https://www.shellcheck.net/wiki/SC2071

References: dotnet/runtime#120167

Fix error SC2071: `>` is for string comparisons. Use `-gt` instead.

https://www.shellcheck.net/wiki/SC2071
@mmitche mmitche merged commit 842e0b6 into dotnet:main Sep 29, 2025
10 checks passed
@xtqqczze xtqqczze deleted the SC2071 branch September 29, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants