diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-11 16:58:18 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-06-11 16:58:18 (GMT) |
commit | 0e5f901508dea6437dc9ee89b434feca721d45be (patch) | |
tree | ec3541600d5bd0f58202472e0dccd3109353b573 /Doc | |
parent | 2c071cebe67f517f191f4074757a79b0f597d886 (diff) | |
download | cpython-0e5f901508dea6437dc9ee89b434feca721d45be.zip cpython-0e5f901508dea6437dc9ee89b434feca721d45be.tar.gz cpython-0e5f901508dea6437dc9ee89b434feca721d45be.tar.bz2 |
bpo-33831: Make htmlview run again (GH-7628)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat index 0808e0c..cff85ce 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 |