Skip to content

Commit

Permalink
Fix line endings of Bootstrap.bat. (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao authored Dec 26, 2024
1 parent a05bacb commit 33ab879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bootstrap.bat text eol=crlf
4 changes: 2 additions & 2 deletions Bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33ab879

Please sign in to comment.