]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fixed util/bindvar.sh error handling
authorFrancis Dupont <fdupont@isc.org>
Fri, 18 Mar 2016 13:39:24 +0000 (14:39 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 18 Mar 2016 13:39:24 +0000 (14:39 +0100)
configure
configure.ac

index 9a2cf66347f7933d89d53bd6b7d397c36816b8be..42fd6be90cf586966a97ded36602f71add808641 100755 (executable)
--- 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
 
index 3cabf647cf2111b06ab6e545dc40d3d34b33d38e..788d89686bf7843cd2596ec286c6bacf97ac8102 100644 (file)
@@ -836,6 +836,9 @@ fi
         AC_MSG_ERROR([*** util/bindvar.sh failed])
     fi
 )
+if test $? -ne 0; then
+    exit $?
+fi
 
 cat > config.report << END