diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-10-09 15:36:32 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-10-09 15:36:32 +0100 |
commit | 95cfe5f8eea0d4b24f7947bb9d50a9b2eee793e7 (patch) | |
tree | 00c30a4920adb4be03b2361a6f3b03709a11bd7e | |
parent | 70a875c9a1044feacec38d602f7fbcec13532ae7 (diff) | |
download | xine-lib-95cfe5f8eea0d4b24f7947bb9d50a9b2eee793e7.tar.gz xine-lib-95cfe5f8eea0d4b24f7947bb9d50a9b2eee793e7.tar.bz2 |
Have autogen.sh fail if there's a problem, e.g. autopoint failing due to no cvs.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index d54f9b4e9..0ec876910 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # # Copyright (C) 2000-2003 the xine project # |