summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xbuild-aux/bootstrap4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d6a9a6aa6..e20eb75a23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-11 Jim Meyering <meyering@redhat.com>
+
+ bootstrap: don't exit 0 upon gnulib-tool failure
+ * build-aux/bootstrap (gnulib_tool): If gnulib-tool fails, exit with
+ its exit status, not 0.
+
2011-12-19 Reuben Thomas <rrt@sc3d.org>
README-release: various improvements
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 6910abfad4..c8ee3cc676 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2012-01-21.16; # UTC
+scriptversion=2012-02-11.09; # UTC
# Bootstrap this package from checked-out sources.
@@ -604,7 +604,7 @@ if $bootstrap_sync; then
fi
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
-<$gnulib_tool || exit
+<$gnulib_tool || exit $?
# Get translations.