]> granicus.if.org Git - python/commitdiff
bpo-33831: Make htmlview run again (GH-7628)
authorAndrés Delfino <adelfino@gmail.com>
Mon, 11 Jun 2018 16:58:18 +0000 (13:58 -0300)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 11 Jun 2018 16:58:18 +0000 (09:58 -0700)
Doc/make.bat

index 0808e0cd09f52772badff132b0ac9342ce6fb3ed..cff85ceabae9d6ea06251f3fad74b8cc3410295a 100644 (file)
@@ -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