Build break in linux from recent eclagent checkin Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -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());