[exim-cvs] Configure should stop on error.

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Configure should stop on error.
Gitweb: http://git.exim.org/exim.git/commitdiff/4dbca2613a00a88484ffa7d4d39f93be1d7e1e39
Commit:     4dbca2613a00a88484ffa7d4d39f93be1d7e1e39
Parent:     018c60d7505a46f7dfd8630fbd59a3f900f6ae22
Author:     Phil Pennock <pdp@???>
AuthorDate: Fri Nov 16 22:28:10 2012 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Fri Nov 16 22:28:10 2012 -0500


    Configure should stop on error.


    Set the POSIX -e option on the #! line invoking /bin/sh.
    If any of the sub-commands fail, the Configure as a whole should fail.
---
 src/scripts/Configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/scripts/Configure b/src/scripts/Configure
index 06bd8bd..6c340ee 100755
--- a/src/scripts/Configure
+++ b/src/scripts/Configure
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/sh -e

# A script to be called to run all the other configuring scripts manually.