From 3212ece7a0f711659c177a589b642d9ebac0037d Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 4 Sep 2020 18:05:23 -0700
Subject: [PATCH] casing for consistency

---
 devTools/concatFiles.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devTools/concatFiles.bat b/devTools/concatFiles.bat
index dfbe2df9988..38617bc1252 100644
--- a/devTools/concatFiles.bat
+++ b/devTools/concatFiles.bat
@@ -2,7 +2,7 @@
 :: Concatenates files from dir %1 specified with wildcard %2 and outputs result to %3
 
 :: temporary codepage change to avoid mojibake
-FOR /f "tokens=2 delims=:." %%x IN ('CHCP') DO SET _cp=%%x
+FOR /f "tokens=2 delims=:." %%x IN ('CHCP') DO SET _CP=%%x
 CHCP 65001 > NUL
 
 :: TODO Proper temp file instead of bin\list.txt
-- 
GitLab