]> git.donarmstrong.com Git - mothur.git/blobdiff - formatcolumn.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / formatcolumn.cpp
index d43f85d16907d92583ba95069002661253569a6c..6b29f90464f3259c6c625421d9ee1cadbc8b2ef8 100644 (file)
@@ -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