From 1870dd377ce49bc5aea9de06041797bb9a0ac365 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Sep 2008 10:58:53 +0200 Subject: [PATCH] autogen.sh: don't ignore errors Set the shell option "-e" to abort when one of the tools fails. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4c02b8a..a984084 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh -e # Generate config.h.in echo "touch stamp-h" -- 2.30.2