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

This commit is contained in:
Andrés Delfino 2018-06-11 13:58:18 -03:00 committed by Steve Dower
parent 2c071cebe6
commit 0e5f901508

View 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