From: Phil Pennock Date: Sat, 17 Nov 2012 03:28:10 +0000 (-0500) Subject: Configure should stop on error. X-Git-Tag: exim-4_81_RC1~3^2~44 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/4dbca2613a00a88484ffa7d4d39f93be1d7e1e39 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. --- diff --git a/src/scripts/Configure b/src/scripts/Configure index 06bd8bdd4..6c340ee25 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.