From 50ebc59ab27be1a836c7ebefec53ad2396351ea0 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 19 Jun 2010 11:22:18 +0200 Subject: [PATCH] Let the bootstrap script fail upon errors. * bootstrap: Enable errexit. Signed-off-by: Ralf Wildenhues --- ChangeLog | 3 +++ bootstrap | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.47.2