Skip to content

Commit

Permalink
Don't check for error when removing conda-init
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Oct 22, 2018
1 parent 170fa82 commit 5c4130f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda.recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c4130f

Please sign in to comment.