summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-13 10:06:49 +0200
committerAnatol Belski <ab@php.net>2018-09-13 10:06:49 +0200
commit24517d82cf8dc708d08bc77435ad418de4bdff4e (patch)
treefa25530b84584f6317d90970a13187c3dec757fe /appveyor
parent6220d21c3420ff0d7366d410920ba5279fba3893 (diff)
downloadphp-git-24517d82cf8dc708d08bc77435ad418de4bdff4e.tar.gz
Fix typo
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
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