Skip to content

Commit 84d4621

Browse files
committed
"git update --init" in the install script
Former-commit-id: 49e723a
1 parent 44bdf90 commit 84d4621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ if $INSTALL ; then
269269

270270
if [[ -d "$SCRIPT_DIR/.git" ]]; then
271271
# 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}"
272+
git submodule update --init 1>>"${ERROR_LOG}" 2>>"${ERROR_LOG}"
273273
check_status
274274
elif [[ ! -d "$SCRIPT_DIR/external/Chipmunk" ]]; then
275275
# Not a git repo, download Chipmunk files.

0 commit comments

Comments
 (0)