Skip to content

Commit

Permalink
generate.bat: Fixed issues when ran in directories with special chars
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-caveman2k committed Aug 14, 2015
1 parent a9c97fb commit bc66c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/generate.bat
Expand Up @@ -244,7 +244,7 @@ rem
:generate
if not exist %2 (
echo.
echo Error: Cannot open %CD%\%2
echo Error: Cannot open %2
exit /B
)

Expand Down

0 comments on commit bc66c21

Please sign in to comment.