]> git.alsa-project.org Git - alsa-lib.git/commitdiff
make sure commands in cvs/hg compile scripts worked
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Sep 2006 13:37:07 +0000 (15:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Sep 2006 13:37:07 +0000 (15:37 +0200)
simple patch ... just add 'set -e' to the top of the files in alsa-lib :)

From: Mike Frysinger <vapier@gentoo.org>

cvscompile
hgcompile

index 41bd1f77b384f5e66950074fb88599bd2114f4e7..af7700eb23cd7e0d3b8812392b2e757fe78b178c 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -e
+
 touch ltconfig
 libtoolize --force --copy --automake
 aclocal $ACLOCAL_FLAGS
index 484a400f3392154b6c10e9aa22aeae0300b92a90..a5c5f96dcdf5afda0ada96bc6ab1a8f286726bad 100755 (executable)
--- a/hgcompile
+++ b/hgcompile
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -e
+
 touch ltconfig
 libtoolize --force --copy --automake
 aclocal $ACLOCAL_FLAGS