From: Andrés Delfino Date: Mon, 11 Jun 2018 16:58:18 +0000 (-0300) Subject: bpo-33831: Make htmlview run again (GH-7628) X-Git-Tag: v3.8.0a1~1585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e5f901508dea6437dc9ee89b434feca721d45be;p=thirdparty%2FPython%2Fcpython.git bpo-33831: Make htmlview run again (GH-7628) --- diff --git a/Doc/make.bat b/Doc/make.bat index 0808e0cd09f5..cff85ceabae9 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -156,7 +156,7 @@ cmd /C %this% html if EXIST "%BUILDDIR%\html\index.html" ( echo.Opening "%BUILDDIR%\html\index.html" in the default web browser... - start "%BUILDDIR%\html\index.html" + start "" "%BUILDDIR%\html\index.html" ) goto end