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 <vapier@gentoo.org>
This commit is contained in:
Takashi Iwai 2006-09-26 15:37:07 +02:00
parent 6872078205
commit 65f397845a
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
touch ltconfig
libtoolize --force --copy --automake
aclocal $ACLOCAL_FLAGS

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
touch ltconfig
libtoolize --force --copy --automake
aclocal $ACLOCAL_FLAGS