Skip to content

Commit

Permalink
Merge pull request conda#6710 from kalefranz/fix-6704
Browse files Browse the repository at this point in the history
unexpected token in conda.bat
  • Loading branch information
nehaljwani authored Jan 25, 2018
2 parents de547c8 + d805c0a commit 7946241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/shell/Library/bin/conda.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@SET _TEMP_SCRIPT_PATH=
@SET "PROMPT=%CONDA_PROMPT_MODIFIER%%PROMPT%"

@IF NOT "%PYTHONIOENCODING%"=="" @chcp %PYTHONIOENCODING% > NUL
@IF DEFINED PYTHONIOENCODING chcp %PYTHONIOENCODING% > NUL

@GOTO :End

Expand Down

0 comments on commit 7946241

Please sign in to comment.