summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-11-22 00:03:47 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-11-22 00:03:47 (GMT)
commit558cc4e8545e4db92f35a8dadd9133d4c552f745 (patch)
tree0b566dcfd930cab4c3ef381edce50afdd36ba910 /Lib/idlelib
parent2d011ed71c71be0781e3c0de3604af690a6cbc96 (diff)
downloadcpython-558cc4e8545e4db92f35a8dadd9133d4c552f745.zip
cpython-558cc4e8545e4db92f35a8dadd9133d4c552f745.tar.gz
cpython-558cc4e8545e4db92f35a8dadd9133d4c552f745.tar.bz2
Merged revisions 86655 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86655 | brian.curtin | 2010-11-21 18:01:01 -0600 (Sun, 21 Nov 2010) | 2 lines Quote the paths in the event that they contain spaces. ........
Diffstat (limited to 'Lib/idlelib')
-rwxr-xr-xLib/idlelib/idle.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle.bat b/Lib/idlelib/idle.bat
index 4e67868..cc653dc 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 %CURRDIR%..\..\pythonw.exe %CURRDIR%idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
+start "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9