merge exit status from 4.1 to 5.0

parent 6239068a
...@@ -1843,6 +1843,7 @@ CommandInterpreter::executeStop(int processId, const char *parameters, ...@@ -1843,6 +1843,7 @@ CommandInterpreter::executeStop(int processId, const char *parameters,
tmp.split(command_list); tmp.split(command_list);
for (unsigned i= 0; i < command_list.size();) for (unsigned i= 0; i < command_list.size();)
command_list[i].c_str()[0] ? i++ : (command_list.erase(i),0); command_list[i].c_str()[0] ? i++ : (command_list.erase(i),0);
}
if (all) if (all)
retval = executeStop(command_list, 0, 0, 0); retval = executeStop(command_list, 0, 0, 0);
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment