<p><b>ringler@lanl.gov</b> 2009-10-27 14:39:38 -0600 (Tue, 27 Oct 2009)</p><p><br>
changed &quot;mv&quot; to &quot;cp&quot; to prevent errors to due lack of premission<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/swmodel/testing/tc2/test_tc2
===================================================================
--- trunk/swmodel/testing/tc2/test_tc2        2009-10-27 20:34:20 UTC (rev 65)
+++ trunk/swmodel/testing/tc2/test_tc2        2009-10-27 20:39:38 UTC (rev 66)
@@ -22,7 +22,7 @@
 mkdir $SCRATCH
 cd $SCRATCH
 
-mv $BASE/swmodel .
+cp $BASE/swmodel .
 cp $DIR/namelist.input .
 
 # 2562

</font>
</pre>