suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

gyp.bat hates paths with spaces #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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