diff options
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 44d5e080..8ea88f07 100644 --- a/src/luarocks/fs/win32/tools.lua +++ b/src/luarocks/fs/win32/tools.lua | |||
| @@ -149,7 +149,7 @@ end | |||
| 149 | -- plus an error message. | 149 | -- plus an error message. |
| 150 | function tools.copy_contents(src, dest) | 150 | function tools.copy_contents(src, dest) |
| 151 | assert(src and dest) | 151 | assert(src and dest) |
| 152 | if fs.execute_quiet(fs.Q(vars.CP).." -dR "..src.."\\*.* "..fs.Q(dest)) then | 152 | if fs.execute_quiet(fs.Q(vars.CP), "-dR", src.."\\*.*", dest) then |
| 153 | return true | 153 | return true |
| 154 | else | 154 | else |
| 155 | return false, "Failed copying "..src.." to "..dest | 155 | return false, "Failed copying "..src.." to "..dest |
