JianyuWang0623 opened a new pull request, #2831: URL: https://github.com/apache/nuttx-apps/pull/2831
## Summary Fix a bug that arguments of subcommand will be lost. 1. It`s fine if subcommand has no argument sh -c dd ``` sh -c dd ``` 2. Argument(s) of subcommand will be lost sh -c dd bs=1 ``` sh -c dd bs=1 ``` ## Impact Bugfix of nshlib/nsh_session ## Testing 1. Selftest as commit message show. 2. NuttX CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
