Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gyp.bat hates paths with spaces #41

Closed
GoogleCodeExporter opened this issue Apr 19, 2015 · 1 comment
Closed

gyp.bat hates paths with spaces #41

GoogleCodeExporter opened this issue Apr 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Check out gyp into a path with spaces
2. Try to run gyp.bat
3. It doesn't work

In Windows, if a path has spaces you are expected to enclose it in quotes.  
gyp.bat fails to do this so python errors out because it can't find the 
path specified.

Using revision 536 on Windows XP SP3.

I would commit the fix myself but cygwin svn.exe gives me some error 
message that makes no sense to me.  I guess I have to set something up 
first.

Fixed batch file is attached.

Original issue reported on code.google.com by megazzt on 3 Jul 2009 at 5:05

Attachments:

@GoogleCodeExporter
Copy link
Author

Committed as http://code.google.com/p/gyp/source/detail?r=541

Original comment by maruel@chromium.org on 9 Jul 2009 at 8:08

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant