summaryrefslogtreecommitdiffstats
path: root/Tools/msi/get_externals.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-10 19:58:42 (GMT)
committerGitHub <noreply@github.com>2017-06-10 19:58:42 (GMT)
commit6b6e68776663c0dda04b6a36609297728da2ae9e (patch)
tree893a56bd5943397b5c1a25c49d707d4000e7e5a4 /Tools/msi/get_externals.bat
parent29fda8db16e0edab92841277fa223f844f5a92cc (diff)
downloadcpython-6b6e68776663c0dda04b6a36609297728da2ae9e.zip
cpython-6b6e68776663c0dda04b6a36609297728da2ae9e.tar.gz
cpython-6b6e68776663c0dda04b6a36609297728da2ae9e.tar.bz2
bpo-27425: Be more explicit in .gitattributes (GH-840)
Updates checked-in line endings on several files.
Diffstat (limited to 'Tools/msi/get_externals.bat')
-rw-r--r--Tools/msi/get_externals.bat54
1 files changed, 27 insertions, 27 deletions
diff --git a/Tools/msi/get_externals.bat b/Tools/msi/get_externals.bat
index 4ead75e..e1d74de 100644
--- a/Tools/msi/get_externals.bat
+++ b/Tools/msi/get_externals.bat
@@ -1,27 +1,27 @@
-@echo off
-setlocal
-rem Simple script to fetch source for external tools
-
-where /Q svn
-if ERRORLEVEL 1 (
- echo.svn.exe must be on your PATH to get external tools.
- echo.Try TortoiseSVN (http://tortoisesvn.net/^) and be sure to check the
- echo.command line tools option.
- popd
- exit /b 1
-)
-
-if not exist "%~dp0..\..\externals" mkdir "%~dp0..\..\externals"
-pushd "%~dp0..\..\externals"
-
-if "%SVNROOT%"=="" set SVNROOT=http://svn.python.org/projects/external/
-
-if not exist "windows-installer\.svn" (
- echo.Checking out installer dependencies to %CD%\windows-installer
- svn co %SVNROOT%windows-installer
-) else (
- echo.Updating installer dependencies in %CD%\windows-installer
- svn up windows-installer
-)
-
-popd
+@echo off
+setlocal
+rem Simple script to fetch source for external tools
+
+where /Q svn
+if ERRORLEVEL 1 (
+ echo.svn.exe must be on your PATH to get external tools.
+ echo.Try TortoiseSVN (http://tortoisesvn.net/^) and be sure to check the
+ echo.command line tools option.
+ popd
+ exit /b 1
+)
+
+if not exist "%~dp0..\..\externals" mkdir "%~dp0..\..\externals"
+pushd "%~dp0..\..\externals"
+
+if "%SVNROOT%"=="" set SVNROOT=http://svn.python.org/projects/external/
+
+if not exist "windows-installer\.svn" (
+ echo.Checking out installer dependencies to %CD%\windows-installer
+ svn co %SVNROOT%windows-installer
+) else (
+ echo.Updating installer dependencies in %CD%\windows-installer
+ svn up windows-installer
+)
+
+popd