From 4dbca2613a00a88484ffa7d4d39f93be1d7e1e39 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Fri, 16 Nov 2012 22:28:10 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2