1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 23:53:16 +00:00

fix git submodule update command with :p flag

This commit is contained in:
Calvin Rose 2019-08-23 08:57:41 -05:00
parent b78879dc18
commit 95266bdcf8

View File

@ -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")