From: Jim Meyering Date: Sat, 11 Feb 2012 09:57:28 +0000 (+0100) Subject: bootstrap: don't exit 0 upon gnulib-tool failure X-Git-Tag: v0.1~1157 X-Git-Url: https://erislabs.net/gitweb/?a=commitdiff_plain;h=de009b65198c00dbe0ecd796ce75d5d9f5346103;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 5d6a9a6aa..e20eb75a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-02-11 Jim Meyering + + 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 README-release: various improvements diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 6910abfad..c8ee3cc67 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.