summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-08-23 17:23:25 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2017-08-23 17:31:41 (GMT)
commit8ed03baa766b1170bcfa0574525dc16106bf5b5f (patch)
tree26a7683403db90aed1c8d6dbe9dc9fa701f69037 /Modules
parent4047003161e0e1e5f9c68e04d3eec4caa97dc90a (diff)
downloadCMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.zip
CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.gz
CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.bz2
gitattributes: prefer `eol=crlf` to `-crlf`
The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/GNUtoMS_lib.bat.in6
-rwxr-xr-xModules/SquishRunTestCase.bat22
2 files changed, 14 insertions, 14 deletions
diff --git a/Modules/Platform/GNUtoMS_lib.bat.in b/Modules/Platform/GNUtoMS_lib.bat.in
index 2da920a..d70aea5 100644
--- a/Modules/Platform/GNUtoMS_lib.bat.in
+++ b/Modules/Platform/GNUtoMS_lib.bat.in
@@ -1,3 +1,3 @@
-@echo off
-call "@CMAKE_GNUtoMS_BAT@"
-lib /machine:"@CMAKE_GNUtoMS_ARCH@" %*
+@echo off
+call "@CMAKE_GNUtoMS_BAT@"
+lib /machine:"@CMAKE_GNUtoMS_ARCH@" %*
diff --git a/Modules/SquishRunTestCase.bat b/Modules/SquishRunTestCase.bat
index 5c5d388..293e88f 100755
--- a/Modules/SquishRunTestCase.bat
+++ b/Modules/SquishRunTestCase.bat
@@ -1,11 +1,11 @@
-echo 'Starting the squish server...'
-start %1
-
-echo 'Running the test case...'
-%2 --testcase %3 --wrapper %4 --aut %5
-set result=%ERRORLEVEL%
-
-echo 'Stopping the squish server...'
-%1 --stop
-
-exit \b %result%
+echo 'Starting the squish server...'
+start %1
+
+echo 'Running the test case...'
+%2 --testcase %3 --wrapper %4 --aut %5
+set result=%ERRORLEVEL%
+
+echo 'Stopping the squish server...'
+%1 --stop
+
+exit \b %result%