diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-13 10:00:40 -0800 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-13 10:00:40 -0800 |
commit | c58ba1dfb5e63c810e56565b3d8abc6bce637126 (patch) | |
tree | 4f3d6caf4443d9c1e700d9536758d6a227800b42 /src | |
parent | 77f68c79217cea4e5244d3403fc089e3d8dabd82 (diff) | |
parent | e867e189e73abfd6f5f83995094badd9ddea863d (diff) | |
download | luarocks-c58ba1dfb5e63c810e56565b3d8abc6bce637126.tar.gz luarocks-c58ba1dfb5e63c810e56565b3d8abc6bce637126.tar.bz2 luarocks-c58ba1dfb5e63c810e56565b3d8abc6bce637126.zip |
Merge pull request #222 from Tieske/fic_doc
Fix doc on windows
Diffstat (limited to 'src')
-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 |