فهرست منبع

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());