]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: abort autogen on subcommand failure
authorJan Engelhardt <jengelh@medozas.de>
Mon, 1 Aug 2011 19:26:01 +0000 (21:26 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 1 Aug 2011 19:26:08 +0000 (21:26 +0200)
Needed to stop an automated build process when automake requirements
are not fulfilled.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
autogen.sh

index 62a89e1b3dbc5734a0158044bdfedfa90871512b..a0c4395f356fd175688c115635aa589d8b703468 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh -e
 
 autoreconf -fi;
 rm -Rf autom4te*.cache;