From: Anatol Belski Date: Thu, 13 Sep 2018 08:06:49 +0000 (+0200) Subject: Fix typo X-Git-Tag: php-7.4.0alpha1~1933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24517d82cf8dc708d08bc77435ad418de4bdff4e;p=php Fix typo --- diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 89c80ec913..913a4ccef4 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -21,7 +21,7 @@ if %errorlevel% neq 0 exit /b 3 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL -if %errorlevel% +if %errorlevel% neq 0 exit /b 3 cd /D %APPVEYOR_BUILD_FOLDER% if %errorlevel% neq 0 exit /b 3