Commit b9c2f32
Fix build.jl: call System32's tar.exe by full path, not bare tar
A bare `tar` can resolve to Git/MSYS's GNU tar (whichever is first on
PATH) instead of Windows' own bsdtar in System32 -- GNU tar can't read
ZIP at all and fails with "does not look like a tar archive" / "Error
exit delayed from previous errors". Same PATH-shadowing class of bug as
the earlier cpack -D issue. Windows 10 1803+/11 always ships a real
bsdtar at System32\tar.exe; call it by full path to sidestep PATH order
entirely.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 6aef030 commit b9c2f32
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
41 | | - | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
0 commit comments