mirror of
https://github.com/janet-lang/janet
synced 2024-11-19 23:24:49 +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)
|
||||
(try
|
||||
(with-dyns [:rules @{}]
|
||||
(os/execute ["git" "submodule" "update" "--init" "--recursive"])
|
||||
(os/execute ["git" "submodule" "update" "--init" "--recursive"] :p)
|
||||
(import-rules "./project.janet")
|
||||
(do-rule "install-deps")
|
||||
(do-rule "build")
|
||||
|
Loading…
Reference in New Issue
Block a user