[embjopr-commits] EMBJOPR SVN: r797 - trunk/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Oct 19 15:23:14 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-19 15:23:14 -0400 (Mon, 19 Oct 2009)
New Revision: 797

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * Hudson shell script updated - I don't like bash.

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 19:22:17 UTC (rev 796)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 19:23:14 UTC (rev 797)
@@ -24,7 +24,7 @@
     ### ??? Not set
     echo "EAP_ZIP_PATH is not set. Must be either path to EAP dist or a EAP code root dir. Terminating."
     exit -1;
-  elif[ -d "$EAP_ZIP_PATH/build" ] ; then
+  elif [ -d "$EAP_ZIP_PATH/build" ] ; then
     ###  --Built-- Checked out by Hudson
     cd $EAP_ZIP_PATH/build
     ./build.sh clean



More information about the embjopr-commits mailing list