From 23a7eae336076d4bb3d443f5fc306c305bc8e077 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 24 Oct 2013 21:10:11 -0200 Subject: Accidentally ate a space, sorry! --- src/luarocks/fs/win32/tools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/fs/win32/tools.lua b/src/luarocks/fs/win32/tools.lua index bfabe9a9..6109ac8f 100644 --- a/src/luarocks/fs/win32/tools.lua +++ b/src/luarocks/fs/win32/tools.lua @@ -280,7 +280,7 @@ function download(url, filename, cache) ok = fs.execute(wget_cmd.." --timestamping "..fs.Q(url).." 2> NUL 1> NUL") fs.pop_dir() elseif filename then - ok = fs.execute(wget_cmd.." --output-document "..fs.Q(filename)..fs.Q(url).." 2> NUL 1> NUL") + ok = fs.execute(wget_cmd.." --output-document "..fs.Q(filename).." "..fs.Q(url).." 2> NUL 1> NUL") else ok = fs.execute(wget_cmd..fs.Q(url).." 2> NUL 1> NUL") end -- cgit v1.2.3-55-g6feb