From: Ralf Wildenhues Date: Sat, 19 Jun 2010 09:22:18 +0000 (+0200) Subject: Let the bootstrap script fail upon errors. X-Git-Tag: v2.4~144 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=50ebc59ab27be1a836c7ebefec53ad2396351ea0;p=thirdparty%2Flibtool.git Let the bootstrap script fail upon errors. * bootstrap: Enable errexit. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index aa6a00511..324aa0932 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-19 Ralf Wildenhues + Let the bootstrap script fail upon errors. + * bootstrap: Enable errexit. + Fix execute mode test for OSF/1 5.1. * tests/execute-mode.at (execute mode): Do not use grep -F with an empty pattern. diff --git a/bootstrap b/bootstrap index 81ed4b087..410c983b2 100755 --- a/bootstrap +++ b/bootstrap @@ -24,6 +24,9 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #### +# Exit upon failure. +set -e + # It is okay for the bootstrap process to require unreleased autoconf # or automake, as long as any released libtool will work with at least # the newest stable versions of each. Generally, newer versions offer