diff options
| -rw-r--r-- | src/luarocks/fs/win32/tools.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/fs/win32/tools.lua b/src/luarocks/fs/win32/tools.lua index 24197f47..319a6724 100644 --- a/src/luarocks/fs/win32/tools.lua +++ b/src/luarocks/fs/win32/tools.lua | |||
| @@ -364,5 +364,5 @@ function exists(file) | |||
| 364 | end | 364 | end |
| 365 | 365 | ||
| 366 | function browser(url) | 366 | function browser(url) |
| 367 | return fs.execute(cfg.web_browser.." "..url) | 367 | return fs.execute(cfg.web_browser..' "Starting docs..." '..fs.Q(url)) |
| 368 | end | 368 | end |
