]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Let the bootstrap script fail upon errors.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 19 Jun 2010 09:22:18 +0000 (11:22 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 19 Jun 2010 09:22:18 +0000 (11:22 +0200)
* bootstrap: Enable errexit.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
bootstrap

index aa6a00511cad870a0ec78b64c68e78b8147394fe..324aa0932c41bfb13a507186be5ab1be363b23d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 81ed4b087c7a8d241a7bdaed7882254a7cbcaf20..410c983b2dc9ff6ee1ffd29fb6074a69f2750d05 100755 (executable)
--- 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