Commit 9725d15
Fix POSIX shell compatibility in check-versions task
Use POSIX-compatible `[ ]` and `=` instead of bash-specific `[[ ]]`
and `==` to ensure the task works in environments where the default
shell is sh rather than bash.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a0eb808 commit 9725d15
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments