]> granicus.if.org Git - php/commitdiff
Fix typo
authorAnatol Belski <ab@php.net>
Thu, 13 Sep 2018 08:06:49 +0000 (10:06 +0200)
committerAnatol Belski <ab@php.net>
Thu, 13 Sep 2018 08:06:49 +0000 (10:06 +0200)
appveyor/build_task.bat

index 89c80ec913b534b739c9b694dbd1ee6e08ae23b9..913a4ccef45e37419bf1a6df599e9ebeb1b20c37 100644 (file)
@@ -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