Commit 0e5f9015 authored by Andrés Delfino's avatar Andrés Delfino Committed by Steve Dower

bpo-33831: Make htmlview run again (GH-7628)

parent 2c071ceb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment