X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatcolumn.cpp;h=6b29f90464f3259c6c625421d9ee1cadbc8b2ef8;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=d43f85d16907d92583ba95069002661253569a6c;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/formatcolumn.cpp b/formatcolumn.cpp index d43f85d..6b29f90 100644 --- a/formatcolumn.cpp +++ b/formatcolumn.cpp @@ -82,7 +82,7 @@ int FormatColumnMatrix::read(NameAssignment* nameMap){ string outfile = m->getRootName(squareFile) + "sorted.dist.temp"; //use the unix sort - #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) + #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) string command = "sort -n " + squareFile + " -o " + outfile; system(command.c_str()); #else //sort using windows sort