]> git.donarmstrong.com Git - mothur.git/blobdiff - formatphylip.cpp
added unix to ifdefs. minor changes while testing 1.24.0.
[mothur.git] / formatphylip.cpp
index de49daa32a31c6aa2a4bfbac97257ca993656a03..60591178836ee793a83cbd3ec75776b463af4ead 100644 (file)
@@ -96,7 +96,7 @@ int FormatPhylipMatrix::read(NameAssignment* nameMap){
                                string outfile = m->getRootName(tempFile) + "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 " + tempFile + " -o " + outfile;
                                        system(command.c_str());
                                #else //sort using windows sort