From: Francis Dupont Date: Fri, 18 Mar 2016 13:39:24 +0000 (+0100) Subject: Fixed util/bindvar.sh error handling X-Git-Tag: v4_3_5b1~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254fb9948f1e6280c8a9504716c84a77fa1c7a0e;p=thirdparty%2Fdhcp.git Fixed util/bindvar.sh error handling --- diff --git a/configure b/configure index 9a2cf6634..42fd6be90 100755 --- a/configure +++ b/configure @@ -8703,6 +8703,9 @@ fi as_fn_error $? "*** util/bindvar.sh failed" "$LINENO" 5 fi ) +if test $? -ne 0; then + exit $? +fi cat > config.report << END diff --git a/configure.ac b/configure.ac index 3cabf647c..788d89686 100644 --- a/configure.ac +++ b/configure.ac @@ -836,6 +836,9 @@ fi AC_MSG_ERROR([*** util/bindvar.sh failed]) fi ) +if test $? -ne 0; then + exit $? +fi cat > config.report << END