Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](shell) clean ShellCheck (#45608)
### What problem does this PR solve? Related PR: #45490 Problem Summary: ```shell In gensrc/script/gen_build_version.sh line 38: if [[ ${build_version_hotfix} > 0 ]]; then ^-- SC2071 (error): > is for string comparisons. Use -gt instead. In gensrc/script/gen_build_version.sh line 228: if [[ ${build_version_hotfix} > 0 ]]; then ^-- SC2071 (error): > is for string comparisons. Use -gt instead. ```
- Loading branch information