]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
keep the syswatch.log
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jul 2011 13:48:58 +0000 (13:48 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jul 2011 13:48:58 +0000 (13:48 +0000)
PWG1/CalibMacros/Pass0/merge.C

index 3df49bcaf433a407ace10a527934243bbe73d190..effafbaa844ee66fdc47b6649fdfec65c889884a 100644 (file)
@@ -84,7 +84,7 @@ void cpTimeOut(const char * searchdir, const char* pattern, Int_t timeOut=10)
   cout<<counter<<" files copied!"<<endl;
 
   outputFile.close();
-  gSystem->Exec("mv syswatch.log syswatch_copy.log");
+  gSystem->Exec("cp syswatch.log syswatch_copy.log");
   return;
 }