File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ CONDA_EXEC="$PREFIX/{{ conda_exe_name }}"
496496extract_range " ${boundary0} " " ${boundary1} " > " $CONDA_EXEC "
497497chmod +x " $CONDA_EXEC "
498498
499- {%- if conda_exe_name ! = " _conda" or conda_exe_name ! = conda.exe %}
499+ {%- if conda_exe_name ! = " _conda" or conda_exe_name ! = " conda.exe" %}
500500# In case there are packages that depend on _conda
501501ln -s " $CONDA_EXEC " " $PREFIX " /_conda
502502{%- endif %}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ unset MAMBARC
3030
3131chmod +x " $CONDA_EXEC "
3232
33- {%- if conda_exe_name ! = " _conda" or conda_exe_name ! = conda.exe %}
33+ {%- if conda_exe_name ! = " _conda" or conda_exe_name ! = " conda.exe" %}
3434# In case there are packages that depend on _conda
3535ln -s " $CONDA_EXEC " " $PREFIX " /_conda
3636{%- endif %}
You can’t perform that action at this time.
0 commit comments