[Remoterengine-commits] r209 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 7 22:54:56 CEST 2009


Author: ian_long
Date: 2009-10-07 22:54:56 +0200 (Wed, 07 Oct 2009)
New Revision: 209

Modified:
   pkg/testpackagebuild.xml
Log:
Change Rcmd to be consistent between Windows & Linux

Modified: pkg/testpackagebuild.xml
===================================================================
--- pkg/testpackagebuild.xml	2009-10-07 20:51:23 UTC (rev 208)
+++ pkg/testpackagebuild.xml	2009-10-07 20:54:56 UTC (rev 209)
@@ -21,8 +21,8 @@
 }}}-->
 
 	<target name="test_r_build" description="Get R to build the project's installation package">
-		<exec executable="R">
-			<arg value="CMD build RemoteREngine"/>
+		<exec executable="Rcmd">
+			<arg value="build RemoteREngine"/>
 		</exec>
 	</target>
 </project>



More information about the Remoterengine-commits mailing list