Merge pull request #66 from akaStiX/UpstreamMaster
Silenced xcopy on success output
This commit is contained in:
commit
9bad3bd55b
@ -504,7 +504,7 @@
|
||||
return "chdir " .. path.translate(v)
|
||||
end,
|
||||
copy = function(v)
|
||||
return "xcopy /Q /E /Y /I " .. path.translate(v)
|
||||
return "xcopy /Q /E /Y /I " .. path.translate(v) .. " > nul"
|
||||
end,
|
||||
delete = function(v)
|
||||
return "del " .. path.translate(v)
|
||||
|
Reference in New Issue
Block a user