Преглед изворни кода

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