changeset 3:eeaf59c3135c draft default tip

Uploaded
author anmol
date Thu, 27 Aug 2015 07:00:40 -0400
parents 4c0650e1dad7
children
files rtest.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtest.xml	Thu Aug 27 06:57:09 2015 -0400
+++ b/rtest.xml	Thu Aug 27 07:00:40 2015 -0400
@@ -5,7 +5,7 @@
 </requirements>
   <command>
  /bin/which R > $out_file;
- /bin/which \$R_ROOT_DIR >> $out_file;
+ echo \$R_ROOT_DIR >> $out_file;
  echo "hello" >> $out_file ;
  echo \$PATH >> $out_file;
   </command>