diff options
| author | ruki <[email protected]> | 2017-02-08 22:11:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-08 22:11:42 +0800 |
| commit | f5571dea410131991ae7f836cc6a52d82890d894 (patch) | |
| tree | 1da5045f7df779ec47016fc8861fac8aae754f77 /xmake/plugins/lua/scripts/cp.lua | |
| parent | f717d2da6d60566cfe84737950b311b4d7af9275 (diff) | |
improve os.rm and os.rmdir
Diffstat (limited to 'xmake/plugins/lua/scripts/cp.lua')
| -rw-r--r-- | xmake/plugins/lua/scripts/cp.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/plugins/lua/scripts/cp.lua b/xmake/plugins/lua/scripts/cp.lua index 72153adb2..5da34feb6 100644 --- a/xmake/plugins/lua/scripts/cp.lua +++ b/xmake/plugins/lua/scripts/cp.lua @@ -24,8 +24,6 @@ -- main function main(...) - - -- copy it os.cp(...) end |
