mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Fix typo
This commit is contained in:
parent
6220d21c34
commit
24517d82cf
@ -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 "%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 %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 "%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%
|
cd /D %APPVEYOR_BUILD_FOLDER%
|
||||||
if %errorlevel% neq 0 exit /b 3
|
if %errorlevel% neq 0 exit /b 3
|
||||||
|
Loading…
Reference in New Issue
Block a user