diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-15 01:48:28 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-15 01:48:28 -0200 |
commit | 5d0f26db8d30d932aa3dc5d66c4530aafcc7b57a (patch) | |
tree | cfbcbece911ad7875607b3fdf73305a664a1c74d /src | |
parent | b78aa96d3858554c49d3a6521f1d458fb80c3105 (diff) | |
parent | c58ba1dfb5e63c810e56565b3d8abc6bce637126 (diff) | |
download | luarocks-5d0f26db8d30d932aa3dc5d66c4530aafcc7b57a.tar.gz luarocks-5d0f26db8d30d932aa3dc5d66c4530aafcc7b57a.tar.bz2 luarocks-5d0f26db8d30d932aa3dc5d66c4530aafcc7b57a.zip |
Merge branch 'master' of github.com:keplerproject/luarocks
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 |