From 7adf448718b575a58c821a1e243e050dac357650 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 31 Jan 2012 16:57:26 +0000 Subject: buildconf.sh: set -e for error catching --- buildconf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildconf.sh b/buildconf.sh index 2fc5932..10fd77d 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,4 +1,5 @@ #! /bin/sh +set -e #-------------------------------------------------------------------------- # autoconf 2.52 or newer -- cgit v1.2.1