From f90cd479ca3144f3c4c9e269e16d18b356c3c509 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 24 Dec 2019 15:01:16 +1000 Subject: Pass -k through to forked stuff. And comment that -o isn't passed. --- apt-panopticommon.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 4cabb5d..eab901e 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -118,8 +118,10 @@ APT.parseArgs = function(args) sendArgs = sendArgs .. a .. " " elseif "-k" == a then APT.keep = true + sendArgs = sendArgs .. a .. " " elseif "-o" == a then APT.origin = true + -- Not adding to sendArgs. elseif "--" == a:sub(1, 2) then local s, e = a:find("=") if nil == s then e = -1 end -- cgit v1.1