diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-06-11 04:04:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 04:04:36 (GMT) |
commit | 3f8f16d102c985cba827bb52b1d1bb714325d5a4 (patch) | |
tree | 608dd780ce72daa52a86d607516a5b0d777e5861 /Lib/idlelib/idle.bat | |
parent | 6ea4186de32d65b1f1dc1533b6312b798d300466 (diff) | |
download | cpython-3f8f16d102c985cba827bb52b1d1bb714325d5a4.zip cpython-3f8f16d102c985cba827bb52b1d1bb714325d5a4.tar.gz cpython-3f8f16d102c985cba827bb52b1d1bb714325d5a4.tar.bz2 |
Show what's changed when Travis fails regen check (GH-2095)
Also fixed a few more line endings that were missed in GH-840, which were causing failure.
Diffstat (limited to 'Lib/idlelib/idle.bat')
-rwxr-xr-x | Lib/idlelib/idle.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/idlelib/idle.bat b/Lib/idlelib/idle.bat index 3d619a3..e77b96e 100755 --- a/Lib/idlelib/idle.bat +++ b/Lib/idlelib/idle.bat @@ -1,4 +1,4 @@ -@echo off
-rem Start IDLE using the appropriate Python interpreter
-set CURRDIR=%~dp0
-start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
+@echo off +rem Start IDLE using the appropriate Python interpreter +set CURRDIR=%~dp0 +start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 |