Skip to content

Commit

Permalink
Merge pull request #3230 from soapy1/fix-windows-recipe
Browse files Browse the repository at this point in the history
Don't check for error when removing conda-init
  • Loading branch information
msarahan authored Oct 28, 2018
2 parents a2455b0 + 5c4130f commit c41f198
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 c41f198

Please sign in to comment.