make git invocation in build.bqn working-directory-independent
This commit is contained in:
parent
326d54e130
commit
f6b00f97ee
@ -270,7 +270,7 @@ updateSubmodule ← {
|
|||||||
"Local"≡¯5↑𝕩? @;
|
"Local"≡¯5↑𝕩? @;
|
||||||
⊑𝕩<⊸∊done? @;
|
⊑𝕩<⊸∊done? @;
|
||||||
done∾↩ <𝕩
|
done∾↩ <𝕩
|
||||||
SH ⟨"git", "submodule", "update", "--init", AtRoot 𝕩⟩
|
SH ⟨"git", "-C", rootDir, "submodule", "update", "--init", AtRoot 𝕩⟩
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user