From 65f397845a684f4913abf90016c3ffc19de659de Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 26 Sep 2006 15:37:07 +0200 Subject: [PATCH] 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 --- cvscompile | 2 ++ hgcompile | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.47.1