diff options
-rw-r--r-- | src/luarocks/cmd.lua | 2 | ||||
-rw-r--r-- | src/luarocks/vendor/argparse.lua (renamed from src/luarocks/argparse.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cmd.lua b/src/luarocks/cmd.lua index e8f05575..643023b8 100644 --- a/src/luarocks/cmd.lua +++ b/src/luarocks/cmd.lua | |||
@@ -9,7 +9,7 @@ local cfg = require("luarocks.core.cfg") | |||
9 | local dir = require("luarocks.dir") | 9 | local dir = require("luarocks.dir") |
10 | local fun = require("luarocks.fun") | 10 | local fun = require("luarocks.fun") |
11 | local fs = require("luarocks.fs") | 11 | local fs = require("luarocks.fs") |
12 | local argparse = require("luarocks.argparse") | 12 | local argparse = require("luarocks.vendor.argparse") |
13 | 13 | ||
14 | local unpack = table.unpack or unpack | 14 | local unpack = table.unpack or unpack |
15 | local pack = table.pack or function(...) return { n = select("#", ...), ... } end | 15 | local pack = table.pack or function(...) return { n = select("#", ...), ... } end |
diff --git a/src/luarocks/argparse.lua b/src/luarocks/vendor/argparse.lua index 2c2585dd..2c2585dd 100644 --- a/src/luarocks/argparse.lua +++ b/src/luarocks/vendor/argparse.lua | |||