jerem commented on issue #991: windows fails to run if installed to a path with 
spaces in it
URL: https://github.com/apache/couchdb/issues/991#issuecomment-344609858
 
 
   What about escaping the path with something like this:
   ```
   escape_path(Str) ->
       re:replace(Str, "([ ()?])", "\\\\&", [global, {return, list}]).
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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