mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 07:20:27 +00:00
fix git submodule update command with :p flag
This commit is contained in:
parent
b78879dc18
commit
95266bdcf8
@ -555,7 +555,7 @@ int main(int argc, const char **argv) {
|
|||||||
(os/cd module-dir)
|
(os/cd module-dir)
|
||||||
(try
|
(try
|
||||||
(with-dyns [:rules @{}]
|
(with-dyns [:rules @{}]
|
||||||
(os/execute ["git" "submodule" "update" "--init" "--recursive"])
|
(os/execute ["git" "submodule" "update" "--init" "--recursive"] :p)
|
||||||
(import-rules "./project.janet")
|
(import-rules "./project.janet")
|
||||||
(do-rule "install-deps")
|
(do-rule "install-deps")
|
||||||
(do-rule "build")
|
(do-rule "build")
|
||||||
|
Loading…
Reference in New Issue
Block a user