summaryrefslogtreecommitdiff
path: root/pm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pm.lua')
-rw-r--r--pm.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/pm.lua b/pm.lua
index f50cb0c..381ff21 100644
--- a/pm.lua
+++ b/pm.lua
@@ -111,5 +111,8 @@ local function dl(pkgname)
end
-return {manifest=manifest,rd=recursive_depsof,rf=recursive_filesof,dl=dl,cc=clear_cache}
---dl(arg[1])
+--return {manifest=manifest,rd=recursive_depsof,rf=recursive_filesof,dl=dl,cc=clear_cache}
+
+for i=1,#arg do
+ dl(arg[i])
+end