Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fix submodule handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 19, 2011
1 parent 2478514 commit b088d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repotool
Expand Up @@ -97,7 +97,7 @@ case "$CMD" in
if ! test -d $n; then
emphasize "CLONE $n"
git clone --quiet $BASE_URL$n$SUFFIX
(cd $n && git submodule update && git submodule update )
(cd $n && git submodule init && git submodule update )
else
( cd $n
if test "$(git status | head -n 1)" != "# On branch master"; then
Expand Down

0 comments on commit b088d85

Please sign in to comment.