From dbf4ad93ee5ecd80cfbf40bfcc1014fca15c727e Mon Sep 17 00:00:00 2001 From: ZaheerAbbas Date: Sat, 4 Apr 2026 02:37:53 -0700 Subject: [PATCH] Modify DEBUG_HELPER echo statement in vcbuild.bat --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index b20543c00f1ae2..4ed513f600c8b4 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -1,4 +1,4 @@ -@if not defined DEBUG_HELPER @ECHO OFF +@if not defined DEBUG_HELPER @ECHO OFF//nothing :: Other scripts rely on the environment variables set in this script, so we :: explicitly allow them to persist in the calling shell.