Skip to content

Commit

Permalink
* buildconf.bat: Fixed issues when ran in directories with special chars
Browse files Browse the repository at this point in the history
Bug: #379
Reported-by: Daniel Seither
  • Loading branch information
captain-caveman2k committed Aug 14, 2015
1 parent 9e1b1ca commit 1a85c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildconf.bat
Expand Up @@ -107,8 +107,8 @@ rem
set BASIC_HUGEHELP=0

rem Create Makefile
echo * %CD%\Makefile
if exist Makefile.dist (
echo * %CD%\Makefile
copy /Y Makefile.dist Makefile 1>NUL 2>&1
if errorlevel 1 (
if "%OS%" == "Windows_NT" endlocal
Expand All @@ -129,8 +129,8 @@ rem
cmd /c exit 0

rem Create curlbuild.h
echo * %CD%\include\curl\curlbuild.h
if exist include\curl\curlbuild.h.dist (
echo * %CD%\include\curl\curlbuild.h
copy /Y include\curl\curlbuild.h.dist include\curl\curlbuild.h 1>NUL 2>&1
if errorlevel 1 (
if "%OS%" == "Windows_NT" endlocal
Expand Down

0 comments on commit 1a85c8e

Please sign in to comment.