瀏覽代碼

Build break in linux from recent eclagent checkin

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 14 年之前
父節點
當前提交
fcf86aed86
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ecl/eclagent/eclagent.cpp

+ 1 - 1
ecl/eclagent/eclagent.cpp

@@ -632,7 +632,7 @@ const char *EclAgent::queryTempfilePath()
                 dir.append("c:");
             dir.append("\\HPCCSystems\\hthortemp");
 #else
-            dir.append("/tmp/HPCCSystems/hthortemp";
+            dir.append("/tmp/HPCCSystems/hthortemp");
 #endif
         }
         recursiveCreateDirectory(dir.str());