[Ocfs2-commits] manish commits r2184 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 26 20:00:59 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-04-26 20:00:57 -0500 (Tue, 26 Apr 2005)
New Revision: 2184

Modified:
   trunk/autogen.sh
Log:
Fail immediately on any errors

Signed-off-by: mfasheh


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2005-04-27 00:41:34 UTC (rev 2183)
+++ trunk/autogen.sh	2005-04-27 01:00:57 UTC (rev 2184)
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+set -e
 rm -rf autom4te.cache
 autoconf
 ./configure "$@"



More information about the Ocfs2-commits mailing list