From 33ab879d0f8943b9504afd8d5c87595336052766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Thu, 26 Dec 2024 15:26:41 +0000 Subject: [PATCH] Fix line endings of `Bootstrap.bat`. (#2395) --- .gitattributes | 1 + Bootstrap.bat | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..b04e452d70 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Bootstrap.bat text eol=crlf diff --git a/Bootstrap.bat b/Bootstrap.bat index 19e3022e1c..1018cf0388 100755 --- a/Bootstrap.bat +++ b/Bootstrap.bat @@ -13,11 +13,11 @@ SET "PlatformArg=" SET "ConfigArg=" IF NOT "%PLATFORM%" == "" ( - SET "PlatformArg=PLATFORM=%PLATFORM%" + SET "PlatformArg=PLATFORM=%PLATFORM%" ) IF NOT "%CONFIG%" == "" ( - SET "ConfigArg=CONFIG=%CONFIG%" + SET "ConfigArg=CONFIG=%CONFIG%" ) SET vsversion=%1