X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;fp=engine.cpp;h=670af78757abf5ac2b25ff2adcd4c7b41257e9ee;hb=7f0cae4f4853cc3f12bc751ee06ea31c7c97496e;hp=a80eba4292f8ca32abb9a612cd7ef3cb7f8226a4;hpb=113672689e4c84383a0304bfd21fb9574a77866c;p=mothur.git diff --git a/engine.cpp b/engine.cpp index a80eba4..670af78 100644 --- a/engine.cpp +++ b/engine.cpp @@ -406,7 +406,7 @@ bool BatchEngine::getInput(){ /***********************************************************************/ string BatchEngine::getNextCommand(ifstream& inputBatchFile) { try { - + string nextcommand = ""; if (inputBatchFile.eof()) { nextcommand = "quit()"; }