Disable delayed expansion in `cmd init`

This commit is contained in:
mataha 2023-06-06 23:51:22 +02:00
parent 06c19d8d31
commit 23e4e78431
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{%- let section = "@rem ==========================================================================\n@rem" -%}
{%- let not_configured = "@rem -- not configured --" -%}
@echo off & setlocal EnableDelayedExpansion EnableExtensions
@echo off & setlocal DisableDelayedExpansion EnableExtensions
@if "%~f0"=="%~dpnx0" (
set ^"$p=%%<nul"