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.
1 parent 44bdf90 commit 84d4621Copy full SHA for 84d4621
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