diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-12 15:42:39 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-12 15:42:39 +0300 |
commit | e62cb8540e458c65146513d0e02af22c83a3bfea (patch) | |
tree | 3ace9f7752c0cd4c92318b57e01b1d81eebb013c | |
parent | d826c57a42c1977d495112d7ee74b345493eadf6 (diff) | |
download | luarocks-e62cb8540e458c65146513d0e02af22c83a3bfea.tar.gz luarocks-e62cb8540e458c65146513d0e02af22c83a3bfea.tar.bz2 luarocks-e62cb8540e458c65146513d0e02af22c83a3bfea.zip |
deps
-rw-r--r-- | src/luarocks/deps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 19996343..2edee8a6 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -128,6 +128,7 @@ end | |||
128 | 128 | ||
129 | local function match_all_deps(dependencies, | 129 | local function match_all_deps(dependencies, |
130 | get_versions) | 130 | get_versions) |
131 | |||
131 | local matched, missing, no_upgrade = {}, {}, {} | 132 | local matched, missing, no_upgrade = {}, {}, {} |
132 | 133 | ||
133 | for _, depq in ipairs(dependencies) do | 134 | for _, depq in ipairs(dependencies) do |