We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
activate.bat
1 parent f2ff218 commit c806a62Copy full SHA for c806a62
crates/uv-virtualenv/src/activator/activate.bat
@@ -20,9 +20,7 @@
20
@REM WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
@REM This file is UTF-8 encoded, so we need to update the current code page while executing it
23
-@for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (
24
- @set _OLD_CODEPAGE=%%a
25
-)
+@for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do @set _OLD_CODEPAGE=%%a
26
@if defined _OLD_CODEPAGE (
27
@"%SystemRoot%\System32\chcp.com" 65001 > nul
28
)
0 commit comments