From 5c4130f19fe077f1ffbbe6161b09ed161c2d74f9 Mon Sep 17 00:00:00 2001 From: soapy1 Date: Mon, 22 Oct 2018 15:40:33 -0500 Subject: [PATCH] Don't check for error when removing conda-init --- conda.recipe/bld.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/conda.recipe/bld.bat b/conda.recipe/bld.bat index 6fd10287d9..9001256ccd 100644 --- a/conda.recipe/bld.bat +++ b/conda.recipe/bld.bat @@ -2,7 +2,6 @@ python setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1 del %SCRIPTS%\conda-init -if errorlevel 1 exit 1 copy bdist_conda.py %PREFIX%\Lib\distutils\command\ if errorlevel 1 exit 1