[jbossnative-commits] JBoss Native SVN: r1382 - trunk/build/unix.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Wed Feb 6 11:42:48 EST 2008


Author: jfrederic.clere at jboss.com
Date: 2008-02-06 11:42:48 -0500 (Wed, 06 Feb 2008)
New Revision: 1382

Modified:
   trunk/build/unix/build.sh
Log:
It can't work without gnu patch.


Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh	2008-02-06 13:53:19 UTC (rev 1381)
+++ trunk/build/unix/build.sh	2008-02-06 16:42:48 UTC (rev 1382)
@@ -168,8 +168,8 @@
 # Check for some gnu mandadory tools.
 patch=`util/find_gnu.sh patch`
 if [ "x" = "x${patch}" ]; then
-  patch=patch
-  echo "Warning missing gnu patch command"
+  echo "Error missing gnu patch command"
+  exit 1
 fi
 export patch
 




More information about the jbossnative-commits mailing list