Let the bootstrap script fail upon errors.

* bootstrap: Enable errexit.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-06-19 11:22:18 +02:00
parent c70a1b4593
commit 50ebc59ab2
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2010-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
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.

View File

@ -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