We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa0fe8 + 8dc55c8 commit 35d75eaCopy full SHA for 35d75ea
install.sh
@@ -269,7 +269,7 @@ if $INSTALL ; then
269
270
if [[ -d "$SCRIPT_DIR/.git" ]]; then
271
# If this is a git repo, make sure that the Chipmunk submodule is checked out and current.
272
- git submodule update 1>>"${ERROR_LOG}" 2>>"${ERROR_LOG}"
+ git submodule update --init 1>>"${ERROR_LOG}" 2>>"${ERROR_LOG}"
273
check_status
274
elif [[ ! -d "$SCRIPT_DIR/external/Chipmunk" ]]; then
275
# Not a git repo, download Chipmunk files.
0 commit comments