From: Takashi Iwai Date: Tue, 26 Sep 2006 13:37:07 +0000 (+0200) Subject: make sure commands in cvs/hg compile scripts worked X-Git-Tag: v1.0.13~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=65f397845a684f4913abf90016c3ffc19de659de;p=alsa-lib.git make sure commands in cvs/hg compile scripts worked simple patch ... just add 'set -e' to the top of the files in alsa-lib :) From: Mike Frysinger --- diff --git a/cvscompile b/cvscompile index 41bd1f77..af7700eb 100755 --- a/cvscompile +++ b/cvscompile @@ -1,5 +1,7 @@ #!/bin/bash +set -e + touch ltconfig libtoolize --force --copy --automake aclocal $ACLOCAL_FLAGS diff --git a/hgcompile b/hgcompile index 484a400f..a5c5f96d 100755 --- a/hgcompile +++ b/hgcompile @@ -1,5 +1,7 @@ #!/bin/bash +set -e + touch ltconfig libtoolize --force --copy --automake aclocal $ACLOCAL_FLAGS