wohali commented on issue #2404: 3.0 build is broken on Microsoft Windows
URL: https://github.com/apache/couchdb/issues/2404#issuecomment-572227942
 
 
   Got it.
   
   In .cmd/.bat files, you don't quote the value of a string with spaces. In 
other words,
   
   ```batch
   C:\relax\couchdb\rel\couchdb>SET A=b c d
   
   C:\relax\couchdb\rel\couchdb>echo %A%
   b c d
   ```
   
   PR coming up to fix this.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to