Explorar o código

Merge pull request #322 from richardkchapman/buildbreak

Build break in linux from recent eclagent checkin
Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday %!s(int64=14) %!d(string=hai) anos
pai
achega
e8cb217e10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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());