Code

autogen.sh: don't ignore errors
authorMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:58:53 +0000 (10:58 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:58:53 +0000 (10:58 +0200)
Set the shell option "-e" to abort when one of the tools fails.

autogen.sh

index 4c02b8af463ab88e6035d09fd582d2daf12dc9b4..a9840849b16169c9bf8adbbd4ee15fdaaa0e9c9a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh -e
 
 # Generate config.h.in
 echo "touch stamp-h"