[jboss-cvs] JBossAS SVN: r83430 - branches/JBPAPP_4_3_0_GA_CP02_JBPAPP-1636/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 26 15:29:05 EST 2009


Author: jhowell at redhat.com
Date: 2009-01-26 15:29:05 -0500 (Mon, 26 Jan 2009)
New Revision: 83430

Modified:
   branches/JBPAPP_4_3_0_GA_CP02_JBPAPP-1636/testsuite/build.sh
Log:
Checked in build.sh by mistake.

Modified: branches/JBPAPP_4_3_0_GA_CP02_JBPAPP-1636/testsuite/build.sh
===================================================================
--- branches/JBPAPP_4_3_0_GA_CP02_JBPAPP-1636/testsuite/build.sh	2009-01-26 20:26:17 UTC (rev 83429)
+++ branches/JBPAPP_4_3_0_GA_CP02_JBPAPP-1636/testsuite/build.sh	2009-01-26 20:29:05 UTC (rev 83430)
@@ -164,7 +164,7 @@
     if [ "x$ANT_DEBUG" != "x" ]; then
 	/bin/sh -x $ANT $ANT_OPTIONS "$@"
     else
-	exec ant $ANT_OPTIONS "$@"
+	exec $ANT $ANT_OPTIONS "$@"
     fi
 }
 




More information about the jboss-cvs-commits mailing list