# HG changeset patch # User anmol # Date 1440673240 14400 # Node ID eeaf59c3135c9c66008ac1978e79f16961c8ca66 # Parent 4c0650e1dad7394c60c45be07451933ff43e5ee9 Uploaded diff -r 4c0650e1dad7 -r eeaf59c3135c rtest.xml --- 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 @@ /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;