[jbpm-commits] JBoss JBPM SVN: r3620 - jbpm4/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 8 08:57:53 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-08 08:57:52 -0500 (Thu, 08 Jan 2009)
New Revision: 3620

Modified:
   jbpm4/trunk/hudson/hudson-home/command-db.sh
Log:
added quotes to copy command

Modified: jbpm4/trunk/hudson/hudson-home/command-db.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-08 13:50:30 UTC (rev 3619)
+++ jbpm4/trunk/hudson/hudson-home/command-db.sh	2009-01-08 13:57:52 UTC (rev 3620)
@@ -15,7 +15,8 @@
 #
 # copy the profiles.xml
 #
-cp $RESOURCESDIR/profiles.xml $JBPMDIR
+echo "cp $RESOURCESDIR/profiles.xml $JBPMDIR"
+cp "$RESOURCESDIR/profiles.xml" "$JBPMDIR"
 
 #
 # build the tests




More information about the jbpm-commits mailing list