From: secher Date: Tue, 24 May 2011 14:01:48 +0000 (+0000) Subject: Use bash script for ccrt X-Git-Tag: V1_3_1rc1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a5f30df64a904beeb701d505828efecfd01b07f;p=tools%2Flibbatch.git Use bash script for ccrt --- diff --git a/src/CCC/Batch_BatchManager_eCCC.cxx b/src/CCC/Batch_BatchManager_eCCC.cxx index cbb4f4f..45c1668 100644 --- a/src/CCC/Batch_BatchManager_eCCC.cxx +++ b/src/CCC/Batch_BatchManager_eCCC.cxx @@ -258,7 +258,7 @@ namespace Batch { ofstream tempOutputFile; std::string TmpFileName = createAndOpenTemporaryFile("LSF-script", tempOutputFile); - tempOutputFile << "#! /bin/sh -f" << endl ; + tempOutputFile << "#!/bin/bash" << endl ; if (queue != "") tempOutputFile << "#MSUB -q " << queue << endl; if( edt > 0 )