From 3d341cb7501564031398edd4c8f1554aa71de9bf Mon Sep 17 00:00:00 2001 From: schutz Date: Mon, 18 Jun 2007 14:39:29 +0000 Subject: [PATCH] par file taken from /tmp --- ESDCheck/ana.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ESDCheck/ana.C b/ESDCheck/ana.C index e757c3edd3e..fe20a19b26f 100644 --- a/ESDCheck/ana.C +++ b/ESDCheck/ana.C @@ -21,7 +21,7 @@ Bool_t LoadLib( const char* pararchivename) cout << processline << endl ; gROOT->ProcessLine(processline) ; gSystem->ChangeDirectory(cdir) ; - sprintf(processline, ".! mv %s/%s .", gSystem->Getenv("ALICE_ROOT"), parpar) ; + sprintf(processline, ".! mv /tmp/%s .", parpar) ; gROOT->ProcessLine(processline) ; sprintf(processline,".! tar xvzf %s",parpar); gROOT->ProcessLine(processline); @@ -34,7 +34,6 @@ Bool_t LoadLib( const char* pararchivename) if (gSystem->Exec("PROOF-INF/BUILD.sh")) { AliError(Form("Cannot Build the PAR Archive %s! - Abort!", pararchivename) ); - return kFALSE ; } } -- 2.39.3