Skip to content
Snippets Groups Projects
Commit bc66c21c authored by Steve Holme's avatar Steve Holme
Browse files

generate.bat: Fixed issues when ran in directories with special chars

parent a9c97fba
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ rem
:generate
if not exist %2 (
echo.
echo Error: Cannot open %CD%\%2
echo Error: Cannot open %2
exit /B
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment