pkarashchenko opened a new pull request #5275:
URL: https://github.com/apache/incubator-nuttx/pull/5275


   ## Summary
   Hitting error during the build when romfs is used.
   ```
   if [ ${romfsmpt:0:1} != "\"" ]; then
     echo "CONFIG_NSH_ROMFSMOUNTPT must be a string"
     echo "Change it so that it is enclosed in quotes."
     exit 1
   fi
   ```
   
   ## Impact
   romfs users
   
   ## Testing
   Pass 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]


Reply via email to