mirror of
https://github.com/curl/curl.git
synced 2026-07-15 21:27:21 +03:00
generate.bat: Fixed issues when ran in directories with special chars
This commit is contained in:
parent
a9c97fba81
commit
bc66c21c23
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue