From 1a5f30df64a904beeb701d505828efecfd01b07f Mon Sep 17 00:00:00 2001 From: secher Date: Tue, 24 May 2011 14:01:48 +0000 Subject: [PATCH] Use bash script for ccrt --- src/CCC/Batch_BatchManager_eCCC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2