JianyuWang0623 commented on PR #2831: URL: https://github.com/apache/nuttx-apps/pull/2831#issuecomment-2466775653
> @JianyuWang0623 but the caller should add `"` after `-c`. The same command on Linux also output nothing: > > ``` > sh -c echo hello > ``` > > but this work expect: > > ``` > sh -c "echo hello" > hello > ``` Indeed, thank you. Will close this PR. -- 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]
