pussuw opened a new pull request, #1702: URL: https://github.com/apache/nuttx-apps/pull/1702
## Summary The logic that handles back-quotes was faulty, i.e. example command set FOO `ls -l` would be split into two tokens as follows: - set FOO `ls - -l` This results in nsh: `: no matching ` error, this fixes that issue. ## Impact Fix something I broke when shell aliases were introduced. saluki> set FOO `ls -la` nsh: `: no matching ` ## Testing icicle:nsh -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org