You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/04/01 20:32:15 UTC

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #282: Make Windows shell escapes optional

ccollins476ad opened a new pull request #282: Make Windows shell escapes optional
URL: https://github.com/apache/mynewt-newt/pull/282
 
 
   Prior to this PR, newt would decide whether to escape curly braces with backslashes.  Escaping was performed for all non-MSYS Windows machines.  Apparently, not all MSYS machines are the same, so let the user specify whether escaping should happen.
   
   By default, escaping is performed on all Windows machines.
   
   The user can override the default in two ways:
   
   1. Command line:
   ```
       --escape=true
       --escape=false
   ```
   
   2. $HOME/.newt/newtrc.yml file:
   ```
       escape_shell: true
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services