mirror of
https://github.com/janet-lang/janet
synced 2025-09-07 05:18:04 +00:00
fix git submodule update command with :p flag
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user