diff options
author | Max Kellermann <max@duempel.org> | 2008-09-22 10:58:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-22 10:58:53 +0200 |
commit | 1870dd377ce49bc5aea9de06041797bb9a0ac365 (patch) | |
tree | 07b21f056d60d33882b323417801ce7a1fb965b8 /autogen.sh | |
parent | a8c896dcc90efbad043d28d18bd4dad1403fcabd (diff) | |
download | mpd-1870dd377ce49bc5aea9de06041797bb9a0ac365.tar.gz mpd-1870dd377ce49bc5aea9de06041797bb9a0ac365.tar.xz mpd-1870dd377ce49bc5aea9de06041797bb9a0ac365.zip |
autogen.sh: don't ignore errors
Set the shell option "-e" to abort when one of the tools fails.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 4c02b8af4..a9840849b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh -e # Generate config.h.in echo "touch stamp-h" |