]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.cpp
added sorted option to get.rabund command
[mothur.git] / systemcommand.cpp
index 0820b0521961224c04f3b7c6207f4fd3d490c5fd..f341d0a03e3d35177895ab49696f7fb4f1f7ad20 100644 (file)
@@ -19,7 +19,7 @@ SystemCommand::SystemCommand(string option){
                if(option == "help") { help(); abort = true; }
                
                else {
-                       if (option = "") { mothurOut("You must enter a command to run."); mothurOutEndLine(); abort = true; }
+                       if (option == "") { mothurOut("You must enter a command to run."); mothurOutEndLine(); abort = true; }
                        else { command = option; }
                }