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:
parent
a9c97fba81
commit
bc66c21c23
@ -244,7 +244,7 @@ rem
|
||||
:generate
|
||||
if not exist %2 (
|
||||
echo.
|
||||
echo Error: Cannot open %CD%\%2
|
||||
echo Error: Cannot open %2
|
||||
exit /B
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user