Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b04f74ad4..1a90af8a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: update_submodules all-recursive
update_submodules:
if test -d ".git"; then \
- git submodule sync \
+ git submodule sync; \
git submodule update --init --recursive || exit 1; \
fi