Skip to content

Commit

Permalink
Don't change bat files because I have no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed May 17, 2023
1 parent 3caf500 commit 785cb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/data/_mamba_activate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@ECHO Failed to create temp directory "%TMP%\conda-<RANDOM>\" & exit /b 1
:tmp_file_created

@"%MAMBA_EXE%" shell %1 --shell cmd.exe %*:~1% 1>%UNIQUE%
@"%MAMBA_EXE%" shell --shell cmd.exe %* 1>%UNIQUE%
@IF %ErrorLevel% NEQ 0 @EXIT /B %ErrorLevel%
@FOR /F %%i IN (%UNIQUE%) DO @SET _TEMP_SCRIPT_PATH=%%i
@RMDIR /S /Q %UNIQUE_DIR%
Expand Down

0 comments on commit 785cb7c

Please sign in to comment.