diff --git a/src/drivers/qshell/qurt/qshell.cpp b/src/drivers/qshell/qurt/qshell.cpp index 22247145db..56ace44e03 100644 --- a/src/drivers/qshell/qurt/qshell.cpp +++ b/src/drivers/qshell/qurt/qshell.cpp @@ -149,6 +149,7 @@ int QShell::run_cmd(const std::vector &appargs) if (command.compare("help") == 0) { list_builtins(apps); + return 0; } //replaces app.find with iterator code to avoid null pointer exception