From fabeb82c480d4669e9064f7f9a282bbe94e6ab0f Mon Sep 17 00:00:00 2001 From: secher Date: Fri, 17 Feb 2012 10:41:13 +0000 Subject: [PATCH] *** empty log message *** --- 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 f93a8f5..5bfe26f 100644 --- a/src/CCC/Batch_BatchManager_eCCC.cxx +++ b/src/CCC/Batch_BatchManager_eCCC.cxx @@ -195,7 +195,7 @@ namespace Batch { string logFile = generateTemporaryFileName(string("CCC-querylog-id") + jobid.getReference()); // define command to query batch - string subCommand = string("bjobs ") + iss.str(); + string subCommand = string("bash -l -c \"bjobs ") + iss.str() + string("\""); string command = _protocol.getExecCommand(subCommand, _hostname, _username); command += " > "; command += logFile; -- 2.39.2