Skip to content

Commit af7c678

Browse files
committed
Fix line endings of Bootstrap.bat.
1 parent a05bacb commit af7c678

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bootstrap.bat text eol=crlf

Bootstrap.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ SET "PlatformArg="
1313
SET "ConfigArg="
1414

1515
IF NOT "%PLATFORM%" == "" (
16-
SET "PlatformArg=PLATFORM=%PLATFORM%"
16+
SET "PlatformArg=PLATFORM=%PLATFORM%"
1717
)
1818

1919
IF NOT "%CONFIG%" == "" (
20-
SET "ConfigArg=CONFIG=%CONFIG%"
20+
SET "ConfigArg=CONFIG=%CONFIG%"
2121
)
2222

2323
SET vsversion=%1

0 commit comments

Comments
 (0)