aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-12 15:42:39 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-12 15:42:39 +0300
commite62cb8540e458c65146513d0e02af22c83a3bfea (patch)
tree3ace9f7752c0cd4c92318b57e01b1d81eebb013c
parentd826c57a42c1977d495112d7ee74b345493eadf6 (diff)
downloadluarocks-e62cb8540e458c65146513d0e02af22c83a3bfea.tar.gz
luarocks-e62cb8540e458c65146513d0e02af22c83a3bfea.tar.bz2
luarocks-e62cb8540e458c65146513d0e02af22c83a3bfea.zip
deps
-rw-r--r--src/luarocks/deps.lua1
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
129local function match_all_deps(dependencies, 129local 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