Commit 129c1a0
fix: use POSIX character class in sed for macOS compatibility (#2)
Replace GNU-only \s with [[:space:]] in sed expressions so that
uv_version extraction and checksum lookup work on BSD sed (macOS).
Without this, \s silently fails, uv_version resolves to empty, and
the download URL 404s.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent af11fb1 commit 129c1a0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments