jipanienko opened a new pull request #403:
URL: https://github.com/apache/mynewt-newt/pull/403


   Windows load and debug scripts run .sh scripts with bash starting from 
windows .cmd script.
   around 100 bsp has same .cmd script with the same text @bash "%~dp0%~n0.sh"
   if newt started .sh file with bash those .cmd scripts can be deleted.
   same command can be used for post build that don't have overwrite as 
download and debug do.
   
   bash will be hardcoded as /bin/sh is for Linux and NEWT_SH environment can 
change it to something else if needs to be.
   
   in shorts command lines that start with somthing.sh will be prepend with 
bash on windows


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to