aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap3
m---------grecs0
2 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index a647be3..6a2a754 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,6 @@
#! /bin/sh
set -e
-git submodule init
-git submodule update
+git submodule update --init --recursive
if ! test -r ChangeLog; then
cat > ChangeLog <<EOT
This file is a placeholder. It will be replaced with the actual ChangeLog
diff --git a/grecs b/grecs
-Subproject 27ca9f5819d0e44173a5f61a241cd066ad15713
+Subproject b06fb7d30415eec1d2efb39286ab96070c724fd

Return to:

Send suggestions and report system problems to the System administrator.