diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b04e452d7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Bootstrap.bat text eol=crlf diff --git a/Bootstrap.bat b/Bootstrap.bat index 19e3022e1..1018cf038 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