Skip to content

Commit 35d75ea

Browse files
committed
Merge branch 'develop-v3' of https://github.com/cocos2d/cocos2d-iphone into HEAD
Former-commit-id: 409fbc3
2 parents baa0fe8 + 8dc55c8 commit 35d75ea

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)