Salome HOME
Use bash script for ccrt
[tools/libbatch.git] / src / CCC / Batch_BatchManager_eCCC.cxx
index cbb4f4f65c7f815c96fa680aa1e6de463263a1ec..45c1668a3d62d0d20c82fe27d614bb1c7e804193 100644 (file)
@@ -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 )