* bootstrap: Enable errexit.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
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.
# 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