@@ -5,32 +5,32 @@ if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
5
5
exit /b 3
6
6
)
7
7
8
- if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\cygwin > NUL 2 > NUL
8
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\cygwin > nul 2 >& 1
9
9
if %errorlevel% neq 0 exit /b 3
10
- if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\cygwin64 > NUL 2 > NUL
10
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\cygwin64 > nul 2 >& 1
11
11
if %errorlevel% neq 0 exit /b 3
12
- if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\mingw > NUL 2 > NUL
12
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\mingw > nul 2 >& 1
13
13
if %errorlevel% neq 0 exit /b 3
14
- if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\mingw-w64 > NUL 2 > NUL
14
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\mingw-w64 > nul 2 >& 1
15
15
if %errorlevel% neq 0 exit /b 3
16
- if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\msys64 > NUL 2 > NUL
16
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q C:\msys64 > nul 2 >& 1
17
17
if %errorlevel% neq 0 exit /b 3
18
- if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-Win32 > NUL 2 > NUL
18
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-Win32 > nul 2 >& 1
19
19
if %errorlevel% neq 0 exit /b 3
20
- if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-Win64 > NUL 2 > NUL
20
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-Win64 > nul 2 >& 1
21
21
if %errorlevel% neq 0 exit /b 3
22
- if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-v11-Win32 > NUL 2 > NUL
22
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-v11-Win32 > nul 2 >& 1
23
23
if %errorlevel% neq 0 exit /b 3
24
- if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-v11-Win64 > NUL 2 > NUL
24
+ if /i " %APPVEYOR% " equ " True" rmdir /s /q c:\OpenSSL-v11-Win64 > nul 2 >& 1
25
25
if %errorlevel% neq 0 exit /b 3
26
26
rem rmdir takes several minutes rename instead only
27
27
pushd C:\
28
28
if /i " %GITHUB_ACTIONS% " equ " True" ren msys64 msys64-del
29
29
if %errorlevel% neq 0 exit /b 3
30
30
popd
31
- del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll > NUL 2 > NUL
31
+ del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll > nul 2 >& 1
32
32
if %errorlevel% neq 0 exit /b 3
33
- del /f /q C:\Windows\System32\libssl-1_1-x64.dll > NUL 2 > NUL
33
+ del /f /q C:\Windows\System32\libssl-1_1-x64.dll > nul 2 >& 1
34
34
if %errorlevel% neq 0 exit /b 3
35
35
36
36
call %~dp0 find-target-branch.bat
0 commit comments