Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-14 17:52:06 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-14 17:52:06 +0300
commit55393c2c9b260f8815c1854f8bb30b5127a34ded (patch)
treec5c0380b93fd5462ce3116fcbc96f5bbca64a76a /packaging
parentc32414966c76a10741949d4f40e0dc737753e44f (diff)
Add normalized .bat files after the .gitattributes EOL change
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/Windows/resources/wrapper.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Windows/resources/wrapper.bat b/packaging/Windows/resources/wrapper.bat
index e8d068823e8..ae3d6b4e486 100755
--- a/packaging/Windows/resources/wrapper.bat
+++ b/packaging/Windows/resources/wrapper.bat
@@ -1,2 +1,2 @@
-@echo off
-"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\@@RUNTIME@@\@@COMMAND@@" %*
+@echo off
+"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\@@RUNTIME@@\@@COMMAND@@" %*