zloop1982 / bwapi

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

Paths with spaces don't work #454

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Putting bwapi in a path with a space doesn't work.  Add quotes around paths 
like: 

pushd "$(SolutionDir)"
"$(SolutionDir)\revisionUpdate.bat"
popd

instead of

pushd "$(SolutionDir)"
$(SolutionDir)\revisionUpdate.bat
popd

Original issue reported on code.google.com by pawngam...@gmail.com on 17 Aug 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Fixed in r4171.

Original comment by AHeinerm on 20 Aug 2012 at 2:17