aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-11 12:39:10 +0000
committerng0 <ng0@n0.is>2019-12-11 12:39:10 +0000
commitc20f5634b00819dfb9437532afa4e83273ed309c (patch)
treecd5608b09f3745c08e55066d40274c9e3617079d /bootstrap
parentc30dc8d6928024d6612b855566794e8a554cd796 (diff)
downloadgnunet-c20f5634b00819dfb9437532afa4e83273ed309c.tar.gz
gnunet-c20f5634b00819dfb9437532afa4e83273ed309c.zip
bootstrap: remove --remote for submodules, thanks for schanzenbach to point
this out.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 292d7e3c0..b4f5b4dc3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -98,7 +98,7 @@ submodules()
98 echo "git not installed, skipping submodule update" 98 echo "git not installed, skipping submodule update"
99 else 99 else
100 git submodule update --init || true 100 git submodule update --init || true
101 git submodule update --recursive --remote || true 101 git submodule update --recursive || true
102 git submodule sync || true 102 git submodule sync || true
103 fi 103 fi
104} 104}
@@ -111,7 +111,7 @@ init_buildcommon_include()
111main() 111main()
112{ 112{
113 cleanup 113 cleanup
114 #submodules 114 submodules
115 init_buildcommon_include 115 init_buildcommon_include
116 check_uncrustify 116 check_uncrustify
117 check_yapf 117 check_yapf