aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--apt-panopticommon.lua2
1 files changed, 2 insertions, 0 deletions
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)
118 sendArgs = sendArgs .. a .. " " 118 sendArgs = sendArgs .. a .. " "
119 elseif "-k" == a then 119 elseif "-k" == a then
120 APT.keep = true 120 APT.keep = true
121 sendArgs = sendArgs .. a .. " "
121 elseif "-o" == a then 122 elseif "-o" == a then
122 APT.origin = true 123 APT.origin = true
124 -- Not adding to sendArgs.
123 elseif "--" == a:sub(1, 2) then 125 elseif "--" == a:sub(1, 2) then
124 local s, e = a:find("=") 126 local s, e = a:find("=")
125 if nil == s then e = -1 end 127 if nil == s then e = -1 end