Skip to content

Commit 7899bcf

Browse files
Update conda-recipe-cf/bld.bat
use errorlevel 1 over %ERRORLEVEL% neq 0 Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
1 parent 31009b5 commit 7899bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conda-recipe-cf/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ for /f %%f in ('dir /b /S .\dist') do (
4242
--no-index ^
4343
--prefix %PREFIX% ^
4444
-vv
45-
if %ERRORLEVEL% neq 0 exit 1
45+
if errorlevel 1 exit 1
4646
)

0 commit comments

Comments
 (0)