From: Max Kellermann Date: Mon, 22 Sep 2008 08:58:53 +0000 (+0200) Subject: autogen.sh: don't ignore errors X-Git-Tag: v0.12_alpha1~180 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1870dd377ce49bc5aea9de06041797bb9a0ac365;p=ncmpc.git autogen.sh: don't ignore errors Set the shell option "-e" to abort when one of the tools fails. --- 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"