[patch] make sure commands in cvs/hg compile scripts worked

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



simple patch ... just add 'set -e' to the top of the files in alsa-lib :)
-mike

Attachment: pgpoKA71i3UCK.pgp
Description: PGP signature

diff -r 8bdd68608788 cvscompile
--- a/cvscompile	Mon Sep 18 17:57:58 2006 +0200
+++ b/cvscompile	Fri Sep 22 16:58:42 2006 -0400
@@ -1,4 +1,6 @@
 #!/bin/bash
+
+set -e
 
 touch ltconfig
 libtoolize --force --copy --automake
diff -r 8bdd68608788 hgcompile
--- a/hgcompile	Mon Sep 18 17:57:58 2006 +0200
+++ b/hgcompile	Fri Sep 22 16:59:13 2006 -0400
@@ -1,4 +1,6 @@
 #!/bin/bash
+
+set -e
 
 touch ltconfig
 libtoolize --force --copy --automake
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux