1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This commit is contained in:
Steve Holme 2015-08-14 20:38:57 +01:00
parent a9c97fba81
commit bc66c21c23

View File

@ -244,7 +244,7 @@ rem
:generate
if not exist %2 (
echo.
echo Error: Cannot open %CD%\%2
echo Error: Cannot open %2
exit /B
)