aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-17 01:59:14 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-17 01:59:14 +0300
commit1e7e504d1e0f019348f2d222932b1a27c0718e6d (patch)
tree3e09613c0ce0c15d1ed1ec3051872c662aee99ab /bootstrap.conf
parent8956cfef277d217e4cdcf8450fe5ed865f50ee36 (diff)
downloadpies-1e7e504d1e0f019348f2d222932b1a27c0718e6d.tar.gz
pies-1e7e504d1e0f019348f2d222932b1a27c0718e6d.tar.bz2
Release 1.0.release-1.0
* NEWS: Update. * bootstrap.conf: Call submodule init unconditionally. * doc/pies.texi: Minor changes.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 02ae139..cc7d8f3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -23,5 +23,6 @@ if git config submodule.grecs.url >/dev/null; then : ; else
git submodule init || exit $?
- git submodule update || exit $?
fi
+git submodule update || exit $?
+
MODAVOID="xalloc-die openat-die"

Return to:

Send suggestions and report system problems to the System administrator.