From 152c9b0b2ab60690ded0219c7a2756c5db503904 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Tue, 14 Jul 2020 16:40:44 -0700
Subject: [PATCH] don't enable delayed expansion - fixes compilation in
 directories with ! characters

---
 compile.bat                   | 2 --
 compile_debug+sanityCheck.bat | 2 --
 2 files changed, 4 deletions(-)

diff --git a/compile.bat b/compile.bat
index c45ac210f09..ac1bb770ee1 100644
--- a/compile.bat
+++ b/compile.bat
@@ -5,8 +5,6 @@
 pushd %~dp0
 
 :: See if we can find a git installation
-setlocal enabledelayedexpansion
-
 set GITFOUND=no
 for %%k in (HKCU HKLM) do (
 	for %%w in (\ \Wow6432Node\) do (
diff --git a/compile_debug+sanityCheck.bat b/compile_debug+sanityCheck.bat
index 0eb2efb2b96..6091542f890 100644
--- a/compile_debug+sanityCheck.bat
+++ b/compile_debug+sanityCheck.bat
@@ -5,8 +5,6 @@
 pushd %~dp0
 
 :: See if we can find a git installation
-setlocal enabledelayedexpansion
-
 set GITFOUND=no
 for %%k in (HKCU HKLM) do (
 	for %%w in (\ \Wow6432Node\) do (
-- 
GitLab