Commit 96f4db7
committed
fix(scripts): use script's directory for git commands in download-libs.sh
Use git -C "$ROOT_DIR" to ensure git commands run in the script's
directory rather than the caller's working directory. This fixes
downloading the correct release when the script is invoked from a
parent repository (e.g., as a git submodule).1 parent 4431828 commit 96f4db7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments